#8A3052

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

Shades of Rose Bud Cherry #8A3052

Tints of Rose Bud Cherry #8A3052

Color information

#8A3052 (or 0x8A3052) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 30 and 52. RGB value is (138,48,82). Sum of RGB (Red+Green+Blue) = 138+48+82=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3052 is #75CFAD. Grayscale: #4E4E4E. Windows color (decimal): -7720878 or 5386378. OLE color: 5386378.

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

Color convert

RGB1384882-
CMYK00.650.410.46
HSL337.33º48.39%36.47%-
HSV(B)337.33º65.22%54.12%-
XYZ13.068.138.86-
YUV78.79129.82170.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.49%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=51.49%
G=17.91%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138488200.650.410.46337.3348.3936.47
Hex8A3052041292E1513024
Octal21260122010151565216044
Binary10001010110000101001001000001101001101110101010001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,48,82); }

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

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

 a { background-color: rgb(138,48,82); }

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

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

 span { border-color: rgb(138,48,82); }

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