#8B2964

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

Shades of Rose Bud Cherry #8B2964

Tints of Rose Bud Cherry #8B2964

Color information

#8B2964 (or 0x8B2964) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 29 and 64. RGB value is (139,41,100). Sum of RGB (Red+Green+Blue) = 139+41+100=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2964 is #74D69B. Grayscale: #4C4C4C. Windows color (decimal): -7657116 or 6564235. OLE color: 6564235.

HSL color Cylindrical-coordinate representation of color #8B2964: hue angle of 323.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2964 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB13941100-
CMYK00.710.280.45
HSL323.88º54.44%35.29%-
HSV(B)323.88º70.5%54.51%-
XYZ13.747.9912.88-
YUV77.03140.97172.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 100 (39.45% from 255) = 35.71%
R=49.64%
G=14.64%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394110000.710.280.45323.8854.4435.29
Hex8B29640471C2D1443623
Octal21351144010734555046643
Binary1000101110100111001000100011111100101101101000100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,41,100); }

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

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

 a { background-color: rgb(139,41,100); }

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

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

 span { border-color: rgb(139,41,100); }

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