#8A2462

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

Shades of Rose Bud Cherry #8A2462

Tints of Rose Bud Cherry #8A2462

Color information

#8A2462 (or 0x8A2462) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 24 and 62. RGB value is (138,36,98). Sum of RGB (Red+Green+Blue) = 138+36+98=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2462 is #75DB9D. Grayscale: #494949. Windows color (decimal): -7723934 or 6431882. OLE color: 6431882.

HSL color Cylindrical-coordinate representation of color #8A2462: hue angle of 323.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A2462 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB1383698-
CMYK00.740.290.46
HSL323.53º58.62%34.12%-
HSV(B)323.53º73.91%54.12%-
XYZ13.327.5512.31-
YUV73.57141.79173.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.74%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=50.74%
G=13.24%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138369800.740.290.46323.5358.6234.12
Hex8A246204A1D2E1443b22
Octal21244142011235565047342
Binary1000101010010011000100100101011101101110101000100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,36,98); }

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

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

 a { background-color: rgb(138,36,98); }

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

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

 span { border-color: rgb(138,36,98); }

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