Html Css Color HEX #831521 Scarlett

📋 copy color: '#831521'

red 131 ◦ green 21 ◦ blue 33

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

Shades of Scarlett #831521

Tints of Scarlett #831521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 70.81%
G = 11.35%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#831521 (or 0x831521) is known color: Scarlett. HEX triplet: 83, 15 and 21. RGB value is (131,21,33). Sum of RGB (Red+Green+Blue) = 131+21+33=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #831521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831521 is #7CEADE. Grayscale: #373737. Windows color (decimal): -8186591 or 2168195. OLE color: 2168195.

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

Color convert

RGB 131 21 33 -
CMYK 0 0.84 0.75 0.49
HSL 353.45º 0.72% 0.3% -
HSV(B) 353.45º 0.84% 0.51% -
XYZ 9.9 5.47 1.97 -
YUV 55.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 131 21 33 0 0.84 0.75 0.49 353.45 0.72 0.3
Hex 83 15 21 0 54 4B 31 161 48 1E
Octal 203 25 41 0 124 113 61 541 110 36
Binary 10000011 10101 100001 0 1010100 1001011 110001 101100001 1001000 11110

Color Harmonies of #831521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831521

Black with #831521

Text Example


Text Example

White with #831521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831521; }

 p { color: rgb(131,21,33); }

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

background-color css

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

 a { background-color: rgb(131,21,33); }

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

border-color css

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

 span { border-color: rgb(131,21,33); }

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