#8A235B

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

Shades of Rose Bud Cherry #8A235B

Tints of Rose Bud Cherry #8A235B

Color information

#8A235B (or 0x8A235B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 23 and 5B. RGB value is (138,35,91). Sum of RGB (Red+Green+Blue) = 138+35+91=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A235B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A235B is #75DCA4. Grayscale: #484848. Windows color (decimal): -7724197 or 5972874. OLE color: 5972874.

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

Color convert

RGB1383591-
CMYK00.750.340.46
HSL327.38º59.54%33.92%-
HSV(B)327.38º74.64%54.12%-
XYZ12.977.3610.63-
YUV72.18138.62174.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.27%
GREEN value IS 35 (14.06% from 255) = 13.26%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=52.27%
G=13.26%
B=34.47%

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
Decimal138359100.750.340.46327.3859.5433.92
Hex8A235B04B222E1473c22
Octal21243133011342565077442
Binary10001010100011101101101001011100010101110101000111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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