#8A245D

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

Shades of Rose Bud Cherry #8A245D

Tints of Rose Bud Cherry #8A245D

Color information

#8A245D (or 0x8A245D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 24 and 5D. RGB value is (138,36,93). Sum of RGB (Red+Green+Blue) = 138+36+93=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A245D is #75DBA2. Grayscale: #484848. Windows color (decimal): -7723939 or 6104202. OLE color: 6104202.

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

Color convert

RGB1383693-
CMYK00.740.330.46
HSL326.47º58.62%34.12%-
HSV(B)326.47º73.91%54.12%-
XYZ13.097.4611.11-
YUV73139.29174.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=51.69%
G=13.48%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138369300.740.330.46326.4758.6234.12
Hex8A245D04A212E1463b22
Octal21244135011241565067342
Binary10001010100100101110101001010100001101110101000110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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