#8C2758

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

Shades of Rose Bud Cherry #8C2758

Tints of Rose Bud Cherry #8C2758

Color information

#8C2758 (or 0x8C2758) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 27 and 58. RGB value is (140,39,88). Sum of RGB (Red+Green+Blue) = 140+39+88=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2758 is #73D8A7. Grayscale: #4A4A4A. Windows color (decimal): -7592104 or 5777292. OLE color: 5777292.

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

Color convert

RGB1403988-
CMYK00.720.370.45
HSL330.89º56.42%35.1%-
HSV(B)330.89º72.14%54.9%-
XYZ13.37.7310.02-
YUV74.78135.46174.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=52.43%
G=14.61%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140398800.720.370.45330.8956.4235.1
Hex8C2758048252D14b3823
Octal21447130011045555137043
Binary10001100100111101100001001000100101101101101001011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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