#8C2852

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

Shades of Rose Bud Cherry #8C2852

Tints of Rose Bud Cherry #8C2852

Color information

#8C2852 (or 0x8C2852) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 28 and 52. RGB value is (140,40,82). Sum of RGB (Red+Green+Blue) = 140+40+82=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2852 is #73D7AD. Grayscale: #4A4A4A. Windows color (decimal): -7591854 or 5384332. OLE color: 5384332.

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

Color convert

RGB1404082-
CMYK00.710.410.45
HSL334.8º55.56%35.29%-
HSV(B)334.8º71.43%54.9%-
XYZ13.17.78.78-
YUV74.69132.13174.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.44%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=53.44%
G=15.27%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140408200.710.410.45334.855.5635.29
Hex8C2852047292D14f3823
Octal21450122010751555177043
Binary10001100101000101001001000111101001101101101001111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,40,82); }

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

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

 a { background-color: rgb(140,40,82); }

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

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

 span { border-color: rgb(140,40,82); }

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