Html Css Color HEX #831522 Scarlett

📋 copy color: '#831522'

red 131 ◦ green 21 ◦ blue 34

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

Shades of Scarlett #831522

Tints of Scarlett #831522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.28%

R = 70.43%
G = 11.29%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#831522 (or 0x831522) is known color: Scarlett. HEX triplet: 83, 15 and 22. RGB value is (131,21,34). Sum of RGB (Red+Green+Blue) = 131+21+34=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #831522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831522 is #7CEADD. Grayscale: #373737. Windows color (decimal): -8186590 or 2233731. OLE color: 2233731.

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

Color convert

RGB 131 21 34 -
CMYK 0 0.84 0.74 0.49
HSL 352.91º 0.72% 0.3% -
HSV(B) 352.91º 0.84% 0.51% -
XYZ 9.92 5.48 2.05 -
YUV 55.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 131 21 34 0 0.84 0.74 0.49 352.91 0.72 0.3
Hex 83 15 22 0 54 4A 31 161 48 1E
Octal 203 25 42 0 124 112 61 541 110 36
Binary 10000011 10101 100010 0 1010100 1001010 110001 101100001 1001000 11110

Color Harmonies of #831522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831522

Black with #831522

Text Example


Text Example

White with #831522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831522; }

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

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

background-color css

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

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

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

border-color css

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

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

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