#8A2C62

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

Shades of Rose Bud Cherry #8A2C62

Tints of Rose Bud Cherry #8A2C62

Color information

#8A2C62 (or 0x8A2C62) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 2C and 62. RGB value is (138,44,98). Sum of RGB (Red+Green+Blue) = 138+44+98=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2C62 is #75D39D. Grayscale: #4E4E4E. Windows color (decimal): -7721886 or 6433930. OLE color: 6433930.

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

Color convert

RGB1384498-
CMYK00.680.290.46
HSL325.53º51.65%35.69%-
HSV(B)325.53º68.12%54.12%-
XYZ13.598.0912.4-
YUV78.26139.14170.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 98 (38.67% from 255) = 35%
R=49.29%
G=15.71%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138449800.680.290.46325.5351.6535.69
Hex8A2C620441D2E1463424
Octal21254142010435565066444
Binary1000101010110011000100100010011101101110101000110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,44,98); }

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

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

 a { background-color: rgb(138,44,98); }

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

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

 span { border-color: rgb(138,44,98); }

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