#8A244F

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

Shades of Rose Bud Cherry #8A244F

Tints of Rose Bud Cherry #8A244F

Color information

#8A244F (or 0x8A244F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 24 and 4F. RGB value is (138,36,79). Sum of RGB (Red+Green+Blue) = 138+36+79=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A244F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A244F is #75DBB0. Grayscale: #474747. Windows color (decimal): -7723953 or 5186698. OLE color: 5186698.

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

Color convert

RGB1383679-
CMYK00.740.430.46
HSL334.71º58.62%34.12%-
HSV(B)334.71º73.91%54.12%-
XYZ12.527.238.13-
YUV71.4132.29175.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.55%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=54.55%
G=14.23%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138367900.740.430.46334.7158.6234.12
Hex8A244F04A2B2E14f3b22
Octal21244117011253565177342
Binary10001010100100100111101001010101011101110101001111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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