#8A2450

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

Shades of Rose Bud Cherry #8A2450

Tints of Rose Bud Cherry #8A2450

Color information

#8A2450 (or 0x8A2450) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 24 and 50. RGB value is (138,36,80). Sum of RGB (Red+Green+Blue) = 138+36+80=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2450 is #75DBAF. Grayscale: #474747. Windows color (decimal): -7723952 or 5252234. OLE color: 5252234.

HSL color Cylindrical-coordinate representation of color #8A2450: hue angle of 334.12º 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 #8A2450 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1383680-
CMYK00.740.420.46
HSL334.12º58.62%34.12%-
HSV(B)334.12º73.91%54.12%-
XYZ12.567.248.33-
YUV71.51132.79175.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.33%
GREEN value IS 36 (14.45% from 255) = 14.17%
BLUE value IS 80 (31.64% from 255) = 31.50%
R=54.33%
G=14.17%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138368000.740.420.46334.1258.6234.12
Hex8A245004A2A2E14e3b22
Octal21244120011252565167342
Binary10001010100100101000001001010101010101110101001110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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