#831251

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

Shades of Rose Bud Cherry #831251

Tints of Rose Bud Cherry #831251

Color information

#831251 (or 0x831251) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 12 and 51. RGB value is (131,18,81). Sum of RGB (Red+Green+Blue) = 131+18+81=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #831251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831251 is #7CEDAE. Grayscale: #3A3A3A. Windows color (decimal): -8187311 or 5313155. OLE color: 5313155.

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

Color convert

RGB1311881-
CMYK00.860.380.49
HSL326.55º75.84%29.22%-
HSV(B)326.55º86.26%51.37%-
XYZ11.065.858.33-
YUV58.97140.44179.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.96%
GREEN value IS 18 (7.42% from 255) = 7.83%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=56.96%
G=7.83%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131188100.860.380.49326.5575.8429.22
Hex83125105626311474c1d
Octal203221210126466150711435
Binary1000001110010101000101010110100110110001101000111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831251; }

 p { color: rgb(131,18,81); }

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

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

 a { background-color: rgb(131,18,81); }

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

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

 span { border-color: rgb(131,18,81); }

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