#8A245C

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

Shades of Rose Bud Cherry #8A245C

Tints of Rose Bud Cherry #8A245C

Color information

#8A245C (or 0x8A245C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 24 and 5C. RGB value is (138,36,92). Sum of RGB (Red+Green+Blue) = 138+36+92=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A245C is #75DBA3. Grayscale: #484848. Windows color (decimal): -7723940 or 6038666. OLE color: 6038666.

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

Color convert

RGB1383692-
CMYK00.740.330.46
HSL327.06º58.62%34.12%-
HSV(B)327.06º73.91%54.12%-
XYZ13.047.4410.87-
YUV72.88138.79174.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.88%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=51.88%
G=13.53%
B=34.59%

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
Decimal138369200.740.330.46327.0658.6234.12
Hex8A245C04A212E1473b22
Octal21244134011241565077342
Binary10001010100100101110001001010100001101110101000111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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