Html Css Color HEX #831251 Rose Bud Cherry

📋 copy color: '#831251'

red 131 ◦ green 18 ◦ blue 81

#831251
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #831251

Tints of Rose Bud Cherry #831251

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 value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#831251 (or 0x831251) is known color: 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

RGB 131 18 81 -
CMYK 0 0.86 0.38 0.49
HSL 326.55º 0.76% 0.29% -
HSV(B) 326.55º 0.86% 0.51% -
XYZ 11.06 5.85 8.33 -
YUV 58.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 131 18 81 0 0.86 0.38 0.49 326.55 0.76 0.29
Hex 83 12 51 0 56 26 31 147 4C 1D
Octal 203 22 121 0 126 46 61 507 114 35
Binary 10000011 10010 1010001 0 1010110 100110 110001 101000111 1001100 11101

Color Harmonies of #831251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831251

Black with #831251

Text Example


Text Example

White with #831251

Text Example


Text Example

HTML Codes & Css Web 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>