#8B3854

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

Shades of Rose Bud Cherry #8B3854

Tints of Rose Bud Cherry #8B3854

Color information

#8B3854 (or 0x8B3854) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 38 and 54. RGB value is (139,56,84). Sum of RGB (Red+Green+Blue) = 139+56+84=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3854 is #74C7AB. Grayscale: #535353. Windows color (decimal): -7653292 or 5519499. OLE color: 5519499.

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

Color convert

RGB1395684-
CMYK00.600.400.45
HSL339.76º42.56%38.24%-
HSV(B)339.76º59.71%54.51%-
XYZ13.668.969.4-
YUV84.01128167.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=49.82%
G=20.07%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139568400.600.400.45339.7642.5638.24
Hex8B385403C282D1542b26
Octal2137012407450555245346
Binary1000101111100010101000111100101000101101101010100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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