#8B3855

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

Shades of Rose Bud Cherry #8B3855

Tints of Rose Bud Cherry #8B3855

Color information

#8B3855 (or 0x8B3855) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 38 and 55. RGB value is (139,56,85). Sum of RGB (Red+Green+Blue) = 139+56+85=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3855 is #74C7AA. Grayscale: #545454. Windows color (decimal): -7653291 or 5585035. OLE color: 5585035.

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

Color convert

RGB1395685-
CMYK00.600.390.45
HSL339.04º42.56%38.24%-
HSV(B)339.04º59.71%54.51%-
XYZ13.78.979.6-
YUV84.12128.5167.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=49.64%
G=20%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139568500.600.390.45339.0442.5638.24
Hex8B385503C272D1532b26
Octal2137012507447555235346
Binary1000101111100010101010111100100111101101101010011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,56,85); }

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

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

 a { background-color: rgb(139,56,85); }

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

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

 span { border-color: rgb(139,56,85); }

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