#8B2F62

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

Shades of Rose Bud Cherry #8B2F62

Tints of Rose Bud Cherry #8B2F62

Color information

#8B2F62 (or 0x8B2F62) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 2F and 62. RGB value is (139,47,98). Sum of RGB (Red+Green+Blue) = 139+47+98=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2F62 is #74D09D. Grayscale: #505050. Windows color (decimal): -7655582 or 6434699. OLE color: 6434699.

HSL color Cylindrical-coordinate representation of color #8B2F62: hue angle of 326.74º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F62 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1394798-
CMYK00.660.290.45
HSL326.74º49.46%36.47%-
HSV(B)326.74º66.19%54.51%-
XYZ13.878.412.45-
YUV80.32137.98169.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 47 (18.75% from 255) = 16.55%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=48.94%
G=16.55%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139479800.660.290.45326.7449.4636.47
Hex8B2F620421D2D1473124
Octal21357142010235555076144
Binary1000101110111111000100100001011101101101101000111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,47,98); }

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

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

 a { background-color: rgb(139,47,98); }

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

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

 span { border-color: rgb(139,47,98); }

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