#831D53

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

Shades of Rose Bud Cherry #831D53

Tints of Rose Bud Cherry #831D53

Color information

#831D53 (or 0x831D53) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 1D and 53. RGB value is (131,29,83). Sum of RGB (Red+Green+Blue) = 131+29+83=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #831D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831D53 is #7CE2AC. Grayscale: #414141. Windows color (decimal): -8184493 or 5447043. OLE color: 5447043.

HSL color Cylindrical-coordinate representation of color #831D53: hue angle of 328.24º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #831D53 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1312983-
CMYK00.780.370.49
HSL328.24º63.75%31.37%-
HSV(B)328.24º77.86%51.37%-
XYZ11.366.338.81-
YUV65.65137.79174.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 29 (11.72% from 255) = 11.93%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=53.91%
G=11.93%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131298300.780.370.49328.2463.7531.37
Hex831D5304E2531148401f
Octal203351230116456151010037
Binary1000001111101101001101001110100101110001101001000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831D53; }

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

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

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

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

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

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

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

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