#8C1E62

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

Shades of Rose Bud Cherry #8C1E62

Tints of Rose Bud Cherry #8C1E62

Color information

#8C1E62 (or 0x8C1E62) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 1E and 62. RGB value is (140,30,98). Sum of RGB (Red+Green+Blue) = 140+30+98=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1E62 is #73E19D. Grayscale: #464646. Windows color (decimal): -7594398 or 6430348. OLE color: 6430348.

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

Color convert

RGB1403098-
CMYK00.790.30.45
HSL322.91º64.71%33.33%-
HSV(B)322.91º78.57%54.9%-
XYZ13.487.3912.27-
YUV70.64143.44177.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.24%
GREEN value IS 30 (12.11% from 255) = 11.19%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=52.24%
G=11.19%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140309800.790.30.45322.9164.7133.33
Hex8C1E6204F1E2D1434121
Octal214361420117365550310141
Binary1000110011110110001001001111111101011011010000111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,30,98); }

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

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

 a { background-color: rgb(140,30,98); }

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

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

 span { border-color: rgb(140,30,98); }

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