#8A235E

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

Shades of Rose Bud Cherry #8A235E

Tints of Rose Bud Cherry #8A235E

Color information

#8A235E (or 0x8A235E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 23 and 5E. RGB value is (138,35,94). Sum of RGB (Red+Green+Blue) = 138+35+94=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A235E is #75DCA1. Grayscale: #484848. Windows color (decimal): -7724194 or 6169482. OLE color: 6169482.

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

Color convert

RGB1383594-
CMYK00.750.320.46
HSL325.63º59.54%33.92%-
HSV(B)325.63º74.64%54.12%-
XYZ13.17.4111.33-
YUV72.52140.12174.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 35 (14.06% from 255) = 13.11%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=51.69%
G=13.11%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138359400.750.320.46325.6359.5433.92
Hex8A235E04B202E1463c22
Octal21243136011340565067442
Binary10001010100011101111001001011100000101110101000110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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