Html Css Color HEX #831932 Scarlett

📋 copy color: '#831932'

red 131 ◦ green 25 ◦ blue 50

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

Shades of Scarlett #831932

Tints of Scarlett #831932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 63.59%
G = 12.14%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#831932 (or 0x831932) is known color: Scarlett. HEX triplet: 83, 19 and 32. RGB value is (131,25,50). Sum of RGB (Red+Green+Blue) = 131+25+50=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #831932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831932 is #7CE6CD. Grayscale: #3B3B3B. Windows color (decimal): -8185550 or 3283331. OLE color: 3283331.

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

Color convert

RGB 131 25 50 -
CMYK 0 0.81 0.62 0.49
HSL 345.85º 0.68% 0.31% -
HSV(B) 345.85º 0.81% 0.51% -
XYZ 10.28 5.75 3.59 -
YUV 59.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 131 25 50 0 0.81 0.62 0.49 345.85 0.68 0.31
Hex 83 19 32 0 51 3E 31 15A 44 1F
Octal 203 31 62 0 121 76 61 532 104 37
Binary 10000011 11001 110010 0 1010001 111110 110001 101011010 1000100 11111

Color Harmonies of #831932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831932

Black with #831932

Text Example


Text Example

White with #831932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831932; }

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

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

background-color css

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

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

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

border-color css

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

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

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