#8A295B

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

Shades of Rose Bud Cherry #8A295B

Tints of Rose Bud Cherry #8A295B

Color information

#8A295B (or 0x8A295B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 29 and 5B. RGB value is (138,41,91). Sum of RGB (Red+Green+Blue) = 138+41+91=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A295B is #75D6A4. Grayscale: #4B4B4B. Windows color (decimal): -7722661 or 5974410. OLE color: 5974410.

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

Color convert

RGB1384191-
CMYK00.700.340.46
HSL329.07º54.19%35.1%-
HSV(B)329.07º70.29%54.12%-
XYZ13.167.7410.7-
YUV75.7136.64172.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=51.11%
G=15.19%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138419100.700.340.46329.0754.1935.1
Hex8A295B046222E1493623
Octal21251133010642565116643
Binary10001010101001101101101000110100010101110101001001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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