#8A335B

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

Shades of Rose Bud Cherry #8A335B

Tints of Rose Bud Cherry #8A335B

Color information

#8A335B (or 0x8A335B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 33 and 5B. RGB value is (138,51,91). Sum of RGB (Red+Green+Blue) = 138+51+91=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A335B is #75CCA4. Grayscale: #515151. Windows color (decimal): -7720101 or 5976970. OLE color: 5976970.

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

Color convert

RGB1385191-
CMYK00.630.340.46
HSL332.41º46.03%37.06%-
HSV(B)332.41º63.04%54.12%-
XYZ13.558.5310.83-
YUV81.57133.32168.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=49.29%
G=18.21%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138519100.630.340.46332.4146.0337.06
Hex8A335B03F222E14c2e25
Octal2126313307742565145645
Binary1000101011001110110110111111100010101110101001100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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