#8B1650

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

Shades of Rose Bud Cherry #8B1650

Tints of Rose Bud Cherry #8B1650

Color information

#8B1650 (or 0x8B1650) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 16 and 50. RGB value is (139,22,80). Sum of RGB (Red+Green+Blue) = 139+22+80=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1650 is #74E9AF. Grayscale: #3F3F3F. Windows color (decimal): -7662000 or 5248651. OLE color: 5248651.

HSL color Cylindrical-coordinate representation of color #8B1650: hue angle of 330.26º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1650 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB1392280-
CMYK00.840.420.45
HSL330.26º72.67%31.57%-
HSV(B)330.26º84.17%54.51%-
XYZ12.386.648.22-
YUV63.6137.26181.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=57.68%
G=9.13%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139228000.840.420.45330.2672.6731.57
Hex8B16500542A2D14a4920
Octal213261200124525551211140
Binary10001011101101010000010101001010101011011010010101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,22,80); }

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

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

 a { background-color: rgb(139,22,80); }

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

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

 span { border-color: rgb(139,22,80); }

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