#8B3856

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

Shades of Rose Bud Cherry #8B3856

Tints of Rose Bud Cherry #8B3856

Color information

#8B3856 (or 0x8B3856) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 38 and 56. RGB value is (139,56,86). Sum of RGB (Red+Green+Blue) = 139+56+86=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3856 is #74C7A9. Grayscale: #545454. Windows color (decimal): -7653290 or 5650571. OLE color: 5650571.

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

Color convert

RGB1395686-
CMYK00.600.380.45
HSL338.31º42.56%38.24%-
HSV(B)338.31º59.71%54.51%-
XYZ13.748.999.81-
YUV84.24129167.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=49.47%
G=19.93%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139568600.600.380.45338.3142.5638.24
Hex8B385603C262D1522b26
Octal2137012607446555225346
Binary1000101111100010101100111100100110101101101010010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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