#8B3364

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

Shades of Rose Bud Cherry #8B3364

Tints of Rose Bud Cherry #8B3364

Color information

#8B3364 (or 0x8B3364) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 33 and 64. RGB value is (139,51,100). Sum of RGB (Red+Green+Blue) = 139+51+100=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3364 is #74CC9B. Grayscale: #525252. Windows color (decimal): -7654556 or 6566795. OLE color: 6566795.

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

Color convert

RGB13951100-
CMYK00.630.280.45
HSL326.59º46.32%37.25%-
HSV(B)326.59º63.31%54.51%-
XYZ14.138.7813.01-
YUV82.9137.65168.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=47.93%
G=17.59%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395110000.630.280.45326.5946.3237.25
Hex8B336403F1C2D1472e25
Octal2136314407734555075645
Binary100010111100111100100011111111100101101101000111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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