#831357

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

Shades of Rose Bud Cherry #831357

Tints of Rose Bud Cherry #831357

Color information

#831357 (or 0x831357) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 13 and 57. RGB value is (131,19,87). Sum of RGB (Red+Green+Blue) = 131+19+87=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #831357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831357 is #7CECA8. Grayscale: #3C3C3C. Windows color (decimal): -8187049 or 5706627. OLE color: 5706627.

HSL color Cylindrical-coordinate representation of color #831357: hue angle of 323.57º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831357 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1311987-
CMYK00.850.340.49
HSL323.57º74.67%29.41%-
HSV(B)323.57º85.5%51.37%-
XYZ11.315.989.57-
YUV60.24143.11178.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 87 (34.38% from 255) = 36.71%
R=55.27%
G=8.02%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131198700.850.340.49323.5774.6729.41
Hex83135705522311444b1d
Octal203231270125426150411335
Binary1000001110011101011101010101100010110001101000100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831357; }

 p { color: rgb(131,19,87); }

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

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

 a { background-color: rgb(131,19,87); }

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

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

 span { border-color: rgb(131,19,87); }

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