#8B3964

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

Shades of Rose Bud Cherry #8B3964

Tints of Rose Bud Cherry #8B3964

Color information

#8B3964 (or 0x8B3964) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 39 and 64. RGB value is (139,57,100). Sum of RGB (Red+Green+Blue) = 139+57+100=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3964 is #74C69B. Grayscale: #565656. Windows color (decimal): -7653020 or 6568331. OLE color: 6568331.

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

Color convert

RGB13957100-
CMYK00.590.280.45
HSL328.54º41.84%38.43%-
HSV(B)328.54º58.99%54.51%-
XYZ14.419.3413.1-
YUV86.42135.67165.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 57 (22.66% from 255) = 19.26%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=46.96%
G=19.26%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395710000.590.280.45328.5441.8438.43
Hex8B396403B1C2D1492a26
Octal2137114407334555115246
Binary100010111110011100100011101111100101101101001001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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