#8C3D58

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

Shades of Rose Bud Cherry #8C3D58

Tints of Rose Bud Cherry #8C3D58

Color information

#8C3D58 (or 0x8C3D58) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 3D and 58. RGB value is (140,61,88). Sum of RGB (Red+Green+Blue) = 140+61+88=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3D58 is #73C2A7. Grayscale: #575757. Windows color (decimal): -7586472 or 5782924. OLE color: 5782924.

HSL color Cylindrical-coordinate representation of color #8C3D58: hue angle of 339.49º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3D58 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1406188-
CMYK00.560.370.45
HSL339.49º39.3%39.41%-
HSV(B)339.49º56.43%54.9%-
XYZ14.259.6210.34-
YUV87.7128.17165.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.44%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=48.44%
G=21.11%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140618800.560.370.45339.4939.339.41
Hex8C3D58038252D1532727
Octal2147513007045555234747
Binary1000110011110110110000111000100101101101101010011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,61,88); }

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

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

 a { background-color: rgb(140,61,88); }

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

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

 span { border-color: rgb(140,61,88); }

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