#8B3257

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

Shades of Rose Bud Cherry #8B3257

Tints of Rose Bud Cherry #8B3257

Color information

#8B3257 (or 0x8B3257) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 32 and 57. RGB value is (139,50,87). Sum of RGB (Red+Green+Blue) = 139+50+87=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3257 is #74CDA8. Grayscale: #505050. Windows color (decimal): -7654825 or 5714571. OLE color: 5714571.

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

Color convert

RGB1395087-
CMYK00.640.370.45
HSL335.06º47.09%37.06%-
HSV(B)335.06º64.03%54.51%-
XYZ13.518.469.94-
YUV80.83131.49169.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.36%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=50.36%
G=18.12%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139508700.640.370.45335.0647.0937.06
Hex8B3257040252D14f2f25
Octal21362127010045555175745
Binary10001011110010101011101000000100101101101101001111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,50,87); }

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

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

 a { background-color: rgb(139,50,87); }

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

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

 span { border-color: rgb(139,50,87); }

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