#831253

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

Shades of Rose Bud Cherry #831253

Tints of Rose Bud Cherry #831253

Color information

#831253 (or 0x831253) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 12 and 53. RGB value is (131,18,83). Sum of RGB (Red+Green+Blue) = 131+18+83=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #831253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831253 is #7CEDAC. Grayscale: #3B3B3B. Windows color (decimal): -8187309 or 5444227. OLE color: 5444227.

HSL color Cylindrical-coordinate representation of color #831253: hue angle of 325.49º 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 #831253 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1311883-
CMYK00.860.370.49
HSL325.49º75.84%29.22%-
HSV(B)325.49º86.26%51.37%-
XYZ11.145.888.73-
YUV59.2141.44179.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.47%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=56.47%
G=7.76%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131188300.860.370.49325.4975.8429.22
Hex83125305625311454c1d
Octal203221230126456150511435
Binary1000001110010101001101010110100101110001101000101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831253; }

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

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

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

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

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

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

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

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