Html Css Color HEX #831422 Scarlett

📋 copy color: '#831422'

red 131 ◦ green 20 ◦ blue 34

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

Shades of Scarlett #831422

Tints of Scarlett #831422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

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

R = 70.81%
G = 10.81%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#831422 (or 0x831422) is known color: Scarlett. HEX triplet: 83, 14 and 22. RGB value is (131,20,34). Sum of RGB (Red+Green+Blue) = 131+20+34=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #831422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831422 is #7CEBDD. Grayscale: #363636. Windows color (decimal): -8186846 or 2233475. OLE color: 2233475.

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

Color convert

RGB 131 20 34 -
CMYK 0 0.85 0.74 0.49
HSL 352.43º 0.74% 0.3% -
HSV(B) 352.43º 0.85% 0.51% -
XYZ 9.9 5.44 2.04 -
YUV 54.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 131 20 34 0 0.85 0.74 0.49 352.43 0.74 0.3
Hex 83 14 22 0 55 4A 31 160 4A 1E
Octal 203 24 42 0 125 112 61 540 112 36
Binary 10000011 10100 100010 0 1010101 1001010 110001 101100000 1001010 11110

Color Harmonies of #831422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831422

Black with #831422

Text Example


Text Example

White with #831422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831422; }

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

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

background-color css

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

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

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

border-color css

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

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

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