#8A3B58

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

Shades of Rose Bud Cherry #8A3B58

Tints of Rose Bud Cherry #8A3B58

Color information

#8A3B58 (or 0x8A3B58) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 3B and 58. RGB value is (138,59,88). Sum of RGB (Red+Green+Blue) = 138+59+88=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3B58 is #75C4A7. Grayscale: #555555. Windows color (decimal): -7718056 or 5782410. OLE color: 5782410.

HSL color Cylindrical-coordinate representation of color #8A3B58: hue angle of 337.97º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A3B58 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1385988-
CMYK00.570.360.46
HSL337.97º40.1%38.63%-
HSV(B)337.97º57.25%54.12%-
XYZ13.819.2410.29-
YUV85.93129.17165.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.42%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=48.42%
G=20.70%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138598800.570.360.46337.9740.138.63
Hex8A3B58039242E1522827
Octal2127313007144565225047
Binary1000101011101110110000111001100100101110101010010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,59,88); }

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

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

 a { background-color: rgb(138,59,88); }

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

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

 span { border-color: rgb(138,59,88); }

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