#8A2B51

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

Shades of Rose Bud Cherry #8A2B51

Tints of Rose Bud Cherry #8A2B51

Color information

#8A2B51 (or 0x8A2B51) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 2B and 51. RGB value is (138,43,81). Sum of RGB (Red+Green+Blue) = 138+43+81=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2B51 is #75D4AE. Grayscale: #4B4B4B. Windows color (decimal): -7722159 or 5319562. OLE color: 5319562.

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

Color convert

RGB1384381-
CMYK00.690.410.46
HSL336º52.49%35.49%-
HSV(B)336º68.84%54.12%-
XYZ12.837.738.6-
YUV75.74130.97172.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.67%
GREEN value IS 43 (17.19% from 255) = 16.41%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=52.67%
G=16.41%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138438100.690.410.4633652.4935.49
Hex8A2B51045292E1503423
Octal21253121010551565206443
Binary10001010101011101000101000101101001101110101010000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,43,81); }

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

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

 a { background-color: rgb(138,43,81); }

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

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

 span { border-color: rgb(138,43,81); }

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