Html Css Color HEX #831720 Scarlett

📋 copy color: '#831720'

red 131 ◦ green 23 ◦ blue 32

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

Shades of Scarlett #831720

Tints of Scarlett #831720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 70.43%
G = 12.37%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#831720 (or 0x831720) is known color: Scarlett. HEX triplet: 83, 17 and 20. RGB value is (131,23,32). Sum of RGB (Red+Green+Blue) = 131+23+32=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #831720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831720 is #7CE8DF. Grayscale: #383838. Windows color (decimal): -8186080 or 2103171. OLE color: 2103171.

HSL color Cylindrical-coordinate representation of color #831720: hue angle of 355º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831720 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 23 32 -
CMYK 0 0.82 0.76 0.49
HSL 355º 0.7% 0.3% -
HSV(B) 355º 0.82% 0.51% -
XYZ 9.93 5.54 1.91 -
YUV 56.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 131 23 32 0 0.82 0.76 0.49 355 0.7 0.3
Hex 83 17 20 0 52 4C 31 163 46 1E
Octal 203 27 40 0 122 114 61 543 106 36
Binary 10000011 10111 100000 0 1010010 1001100 110001 101100011 1000110 11110

Color Harmonies of #831720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831720

Black with #831720

Text Example


Text Example

White with #831720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831720; }

 p { color: rgb(131,23,32); }

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

background-color css

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

 a { background-color: rgb(131,23,32); }

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

border-color css

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

 span { border-color: rgb(131,23,32); }

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