#8D234F

Color #8D234F Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8D234F

Tints of Rose Bud Cherry #8D234F

Color information

#8D234F (or 0x8D234F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 23 and 4F. RGB value is (141,35,79). Sum of RGB (Red+Green+Blue) = 141+35+79=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D234F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D234F is #72DCB0. Grayscale: #474747. Windows color (decimal): -7527601 or 5186445. OLE color: 5186445.

HSL color Cylindrical-coordinate representation of color #8D234F: hue angle of 335.09º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D234F is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1413579-
CMYK00.750.440.45
HSL335.09º60.23%34.51%-
HSV(B)335.09º75.18%55.29%-
XYZ137.438.15-
YUV71.71132.12177.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 55.29%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=55.29%
G=13.73%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141357900.750.440.45335.0960.2334.51
Hex8D234F04B2C2D14f3c23
Octal21543117011354555177443
Binary10001101100011100111101001011101100101101101001111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D234F; }

 p { color: rgb(141,35,79); }

 H1.HeaderClassName
 {
   color: #8D234F;
 }
 .AnyTagClassName
 {
   color: #8D234F;
 }
</style>
background-color css

<style>
 a { background-color: #8D234F; }

 a { background-color: rgb(141,35,79); }

 div.DivClassName
 {
   background-color: #8D234F;
 }
 .BgClassName
 {
   background-color: #8D234F;
 }
</style>
border-color css

<style>
 span { border-color: #8D234F; }

 span { border-color: rgb(141,35,79); }

 td.TdClassName
 {
   border-color: #8D234F;
 }
 .TagClassName
 {
   border-color: #8D234F;
 }
</style>