#8B335F

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

Shades of Rose Bud Cherry #8B335F

Tints of Rose Bud Cherry #8B335F

Color information

#8B335F (or 0x8B335F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 33 and 5F. RGB value is (139,51,95). Sum of RGB (Red+Green+Blue) = 139+51+95=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B335F is #74CCA0. Grayscale: #525252. Windows color (decimal): -7654561 or 6239115. OLE color: 6239115.

HSL color Cylindrical-coordinate representation of color #8B335F: hue angle of 330º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B335F is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1395195-
CMYK00.630.320.45
HSL330º46.32%37.25%-
HSV(B)330º63.31%54.51%-
XYZ13.98.6811.77-
YUV82.33135.15168.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=48.77%
G=17.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139519500.630.320.4533046.3237.25
Hex8B335F03F202D14a2e25
Octal2136313707740555125645
Binary1000101111001110111110111111100000101101101001010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,51,95); }

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

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

 a { background-color: rgb(139,51,95); }

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

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

 span { border-color: rgb(139,51,95); }

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