#8C3360

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

Shades of Rose Bud Cherry #8C3360

Tints of Rose Bud Cherry #8C3360

Color information

#8C3360 (or 0x8C3360) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 33 and 60. RGB value is (140,51,96). Sum of RGB (Red+Green+Blue) = 140+51+96=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3360 is #73CC9F. Grayscale: #525252. Windows color (decimal): -7589024 or 6304652. OLE color: 6304652.

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

Color convert

RGB1405196-
CMYK00.640.310.45
HSL329.66º46.6%37.45%-
HSV(B)329.66º63.57%54.9%-
XYZ14.118.7912.02-
YUV82.74135.49168.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.78%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=48.78%
G=17.77%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140519600.640.310.45329.6646.637.45
Hex8C33600401F2D14a2f25
Octal21463140010037555125745
Binary1000110011001111000000100000011111101101101001010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,51,96); }

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

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

 a { background-color: rgb(140,51,96); }

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

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

 span { border-color: rgb(140,51,96); }

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