Html Css Color HEX #822131 Scarlett

📋 copy color: '#822131'

red 130 ◦ green 33 ◦ blue 49

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

Shades of Scarlett #822131

Tints of Scarlett #822131

RGB

 RED value IS 130 (51.17% from 255) = 61.32%

 GREEN value IS 33 (13.28% from 255) = 15.57%

 BLUE value IS 49 (19.53% from 255) = 23.11%

R = 61.32%
G = 15.57%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#822131 (or 0x822131) is known color: Scarlett. HEX triplet: 82, 21 and 31. RGB value is (130,33,49). Sum of RGB (Red+Green+Blue) = 130+33+49=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #822131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822131 is #7DDECE. Grayscale: #3F3F3F. Windows color (decimal): -8249039 or 3219842. OLE color: 3219842.

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

Color convert

RGB 130 33 49 -
CMYK 0 0.75 0.62 0.49
HSL 350.1º 0.6% 0.32% -
HSV(B) 350.1º 0.75% 0.51% -
XYZ 10.3 6.06 3.53 -
YUV 63.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 130 33 49 0 0.75 0.62 0.49 350.1 0.6 0.32
Hex 82 21 31 0 4B 3E 31 15E 3C 20
Octal 202 41 61 0 113 76 61 536 74 40
Binary 10000010 100001 110001 0 1001011 111110 110001 101011110 111100 100000

Color Harmonies of #822131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822131

Black with #822131

Text Example


Text Example

White with #822131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822131; }

 p { color: rgb(130,33,49); }

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

background-color css

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

 a { background-color: rgb(130,33,49); }

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

border-color css

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

 span { border-color: rgb(130,33,49); }

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