#8B3D5D

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

Shades of Rose Bud Cherry #8B3D5D

Tints of Rose Bud Cherry #8B3D5D

Color information

#8B3D5D (or 0x8B3D5D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 3D and 5D. RGB value is (139,61,93). Sum of RGB (Red+Green+Blue) = 139+61+93=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3D5D is #74C2A2. Grayscale: #575757. Windows color (decimal): -7652003 or 6110603. OLE color: 6110603.

HSL color Cylindrical-coordinate representation of color #8B3D5D: hue angle of 335.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B3D5D is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1396193-
CMYK00.560.330.45
HSL335.38º39%39.22%-
HSV(B)335.38º56.12%54.51%-
XYZ14.299.6211.46-
YUV87.97130.84164.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.44%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=47.44%
G=20.82%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139619300.560.330.45335.383939.22
Hex8B3D5D038212D14f2727
Octal2137513507041555174747
Binary1000101111110110111010111000100001101101101001111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,61,93); }

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

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

 a { background-color: rgb(139,61,93); }

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

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

 span { border-color: rgb(139,61,93); }

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