#8c2355

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

Shades of Rose Bud Cherry #8C2355

Tints of Rose Bud Cherry #8C2355

Color information

#8C2355 (or 0x8C2355) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 23 and 55. RGB value is (140,35,85). Sum of RGB (Red+Green+Blue) = 140+35+85=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2355 is #73DCAA. Grayscale: #484848. Windows color (decimal): -7593131 or 5579660. OLE color: 5579660.

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

Color convert

RGB1403585-
CMYK00.750.390.45
HSL331.43º60%34.31%-
HSV(B)331.43º75%54.9%-
XYZ13.067.439.34-
YUV72.1135.29176.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.85%
GREEN value IS 35 (14.06% from 255) = 13.46%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=53.85%
G=13.46%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140358500.750.390.45331.436034.31
Hex8C235504B272D14b3c22
Octal21443125011347555137442
Binary10001100100011101010101001011100111101101101001011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c2355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,35,85); }

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

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

 a { background-color: rgb(140,35,85); }

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

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

 span { border-color: rgb(140,35,85); }

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