#8B315C

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

Shades of Rose Bud Cherry #8B315C

Tints of Rose Bud Cherry #8B315C

Color information

#8B315C (or 0x8B315C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 31 and 5C. RGB value is (139,49,92). Sum of RGB (Red+Green+Blue) = 139+49+92=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B315C is #74CEA3. Grayscale: #505050. Windows color (decimal): -7655076 or 6041995. OLE color: 6041995.

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

Color convert

RGB1394992-
CMYK00.650.340.45
HSL331.33º47.87%36.86%-
HSV(B)331.33º64.75%54.51%-
XYZ13.688.4611.04-
YUV80.81134.32169.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=49.64%
G=17.5%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139499200.650.340.45331.3347.8736.86
Hex8B315C041222D14b3025
Octal21361134010142555136045
Binary10001011110001101110001000001100010101101101001011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,49,92); }

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

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

 a { background-color: rgb(139,49,92); }

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

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

 span { border-color: rgb(139,49,92); }

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