#8C1A56

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

Shades of Rose Bud Cherry #8C1A56

Tints of Rose Bud Cherry #8C1A56

Color information

#8C1A56 (or 0x8C1A56) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 1A and 56. RGB value is (140,26,86). Sum of RGB (Red+Green+Blue) = 140+26+86=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1A56 is #73E5A9. Grayscale: #424242. Windows color (decimal): -7595434 or 5642892. OLE color: 5642892.

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

Color convert

RGB1402686-
CMYK00.810.390.45
HSL328.42º68.67%32.55%-
HSV(B)328.42º81.43%54.9%-
XYZ12.866.999.47-
YUV66.93138.77180.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.56%
GREEN value IS 26 (10.55% from 255) = 10.32%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=55.56%
G=10.32%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140268600.810.390.45328.4268.6732.55
Hex8C1A56051272D1484521
Octal214321260121475551010541
Binary10001100110101010110010100011001111011011010010001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,26,86); }

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

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

 a { background-color: rgb(140,26,86); }

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

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

 span { border-color: rgb(140,26,86); }

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