#83315B

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

Shades of Rose Bud Cherry #83315B

Tints of Rose Bud Cherry #83315B

Color information

#83315B (or 0x83315B) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 31 and 5B. RGB value is (131,49,91). Sum of RGB (Red+Green+Blue) = 131+49+91=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #83315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83315B is #7CCEA4. Grayscale: #4E4E4E. Windows color (decimal): -8179365 or 5976451. OLE color: 5976451.

HSL color Cylindrical-coordinate representation of color #83315B: hue angle of 329.27º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83315B is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1314991-
CMYK00.630.310.49
HSL329.27º45.56%35.29%-
HSV(B)329.27º62.6%51.37%-
XYZ12.357.7810.75-
YUV78.31135.17165.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.34%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=48.34%
G=18.08%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131499100.630.310.49329.2745.5635.29
Hex83315B03F1F311492e23
Octal2036113307737615115643
Binary100000111100011011011011111111111110001101001001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83315B; }

 p { color: rgb(131,49,91); }

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

<style>
 a { background-color: #83315B; }

 a { background-color: rgb(131,49,91); }

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

<style>
 span { border-color: #83315B; }

 span { border-color: rgb(131,49,91); }

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