#8B3969

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

Shades of Rose Bud Cherry #8B3969

Tints of Rose Bud Cherry #8B3969

Color information

#8B3969 (or 0x8B3969) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 39 and 69. RGB value is (139,57,105). Sum of RGB (Red+Green+Blue) = 139+57+105=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3969 is #74C696. Grayscale: #565656. Windows color (decimal): -7653015 or 6896011. OLE color: 6896011.

HSL color Cylindrical-coordinate representation of color #8B3969: hue angle of 324.88º 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 #8B3969 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB13957105-
CMYK00.590.240.45
HSL324.88º41.84%38.43%-
HSV(B)324.88º58.99%54.51%-
XYZ14.669.4414.41-
YUV86.99138.17165.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=46.18%
G=18.94%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395710500.590.240.45324.8841.8438.43
Hex8B396903B182D1452a26
Octal2137115107330555055246
Binary100010111110011101001011101111000101101101000101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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