Html Css Color HEX #822031 Scarlett

📋 copy color: '#822031'

red 130 ◦ green 32 ◦ blue 49

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

Shades of Scarlett #822031

Tints of Scarlett #822031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 61.61%
G = 15.17%
B = 23.22%

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

#822031 (or 0x822031) is known color: Scarlett. HEX triplet: 82, 20 and 31. RGB value is (130,32,49). Sum of RGB (Red+Green+Blue) = 130+32+49=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #822031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822031 is #7DDFCE. Grayscale: #3F3F3F. Windows color (decimal): -8249295 or 3219586. OLE color: 3219586.

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

Color convert

RGB 130 32 49 -
CMYK 0 0.75 0.62 0.49
HSL 349.59º 0.6% 0.32% -
HSV(B) 349.59º 0.75% 0.51% -
XYZ 10.28 6 3.52 -
YUV 63.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 130 32 49 0 0.75 0.62 0.49 349.59 0.6 0.32
Hex 82 20 31 0 4B 3E 31 15E 3C 20
Octal 202 40 61 0 113 76 61 536 74 40
Binary 10000010 100000 110001 0 1001011 111110 110001 101011110 111100 100000

Color Harmonies of #822031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822031

Black with #822031

Text Example


Text Example

White with #822031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822031; }

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

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

background-color css

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

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

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

border-color css

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

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

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