#8C335C

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

Shades of Rose Bud Cherry #8C335C

Tints of Rose Bud Cherry #8C335C

Color information

#8C335C (or 0x8C335C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 33 and 5C. RGB value is (140,51,92). Sum of RGB (Red+Green+Blue) = 140+51+92=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C335C is #73CCA3. Grayscale: #525252. Windows color (decimal): -7589028 or 6042508. OLE color: 6042508.

HSL color Cylindrical-coordinate representation of color #8C335C: hue angle of 332.36º 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 #8C335C is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1405192-
CMYK00.640.340.45
HSL332.36º46.6%37.45%-
HSV(B)332.36º63.57%54.9%-
XYZ13.938.7211.07-
YUV82.28133.49169.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.47%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=49.47%
G=18.02%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140519200.640.340.45332.3646.637.45
Hex8C335C040222D14c2f25
Octal21463134010042555145745
Binary10001100110011101110001000000100010101101101001100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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