#8C1F58

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

Shades of Rose Bud Cherry #8C1F58

Tints of Rose Bud Cherry #8C1F58

Color information

#8C1F58 (or 0x8C1F58) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 1F and 58. RGB value is (140,31,88). Sum of RGB (Red+Green+Blue) = 140+31+88=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1F58 is #73E0A7. Grayscale: #454545. Windows color (decimal): -7594152 or 5775244. OLE color: 5775244.

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

Color convert

RGB1403188-
CMYK00.780.370.45
HSL328.62º63.74%33.53%-
HSV(B)328.62º77.86%54.9%-
XYZ13.077.269.95-
YUV70.09138.11177.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.05%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=54.05%
G=11.97%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140318800.780.370.45328.6263.7433.53
Hex8C1F5804E252D1494022
Octal214371300116455551110042
Binary10001100111111011000010011101001011011011010010011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,31,88); }

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

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

 a { background-color: rgb(140,31,88); }

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

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

 span { border-color: rgb(140,31,88); }

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