Html Css Color HEX #831950 Rose Bud Cherry

📋 copy color: '#831950'

red 131 ◦ green 25 ◦ blue 80

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

Shades of Rose Bud Cherry #831950

Tints of Rose Bud Cherry #831950

RGB

 RED value IS 131 (51.56% from 255) = 55.51%

 GREEN value IS 25 (10.16% from 255) = 10.59%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 55.51%
G = 10.59%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#831950 (or 0x831950) is known color: Rose Bud Cherry. HEX triplet: 83, 19 and 50. RGB value is (131,25,80). Sum of RGB (Red+Green+Blue) = 131+25+80=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #831950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831950 is #7CE6AF. Grayscale: #3E3E3E. Windows color (decimal): -8185520 or 5249411. OLE color: 5249411.

HSL color Cylindrical-coordinate representation of color #831950: hue angle of 328.87º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831950 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 25 80 -
CMYK 0 0.81 0.39 0.49
HSL 328.87º 0.68% 0.31% -
HSV(B) 328.87º 0.81% 0.51% -
XYZ 11.16 6.1 8.18 -
YUV 62.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 131 25 80 0 0.81 0.39 0.49 328.87 0.68 0.31
Hex 83 19 50 0 51 27 31 149 44 1F
Octal 203 31 120 0 121 47 61 511 104 37
Binary 10000011 11001 1010000 0 1010001 100111 110001 101001001 1000100 11111

Color Harmonies of #831950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831950

Black with #831950

Text Example


Text Example

White with #831950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831950; }

 p { color: rgb(131,25,80); }

 H1.HeaderClassName
 {
   color: #831950;
 }
 .AnyTagClassName
 {
   color: #831950;
 }
</style>

background-color css

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

 a { background-color: rgb(131,25,80); }

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

border-color css

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

 span { border-color: rgb(131,25,80); }

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