#8A245B

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

Shades of Rose Bud Cherry #8A245B

Tints of Rose Bud Cherry #8A245B

Color information

#8A245B (or 0x8A245B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 24 and 5B. RGB value is (138,36,91). Sum of RGB (Red+Green+Blue) = 138+36+91=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A245B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A245B is #75DBA4. Grayscale: #484848. Windows color (decimal): -7723941 or 5973130. OLE color: 5973130.

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

Color convert

RGB1383691-
CMYK00.740.340.46
HSL327.65º58.62%34.12%-
HSV(B)327.65º73.91%54.12%-
XYZ137.4210.64-
YUV72.77138.29174.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.08%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=52.08%
G=13.58%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138369100.740.340.46327.6558.6234.12
Hex8A245B04A222E1483b22
Octal21244133011242565107342
Binary10001010100100101101101001010100010101110101001000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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