#8A225B

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

Shades of Rose Bud Cherry #8A225B

Tints of Rose Bud Cherry #8A225B

Color information

#8A225B (or 0x8A225B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 22 and 5B. RGB value is (138,34,91). Sum of RGB (Red+Green+Blue) = 138+34+91=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A225B is #75DDA4. Grayscale: #474747. Windows color (decimal): -7724453 or 5972618. OLE color: 5972618.

HSL color Cylindrical-coordinate representation of color #8A225B: hue angle of 327.12º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A225B is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1383491-
CMYK00.750.340.46
HSL327.12º60.47%33.73%-
HSV(B)327.12º75.36%54.12%-
XYZ12.947.310.62-
YUV71.59138.96175.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.47%
GREEN value IS 34 (13.67% from 255) = 12.93%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=52.47%
G=12.93%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138349100.750.340.46327.1260.4733.73
Hex8A225B04B222E1473c22
Octal21242133011342565077442
Binary10001010100010101101101001011100010101110101000111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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