Html Css Color HEX #821331 Scarlett

📋 copy color: '#821331'

red 130 ◦ green 19 ◦ blue 49

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

Shades of Scarlett #821331

Tints of Scarlett #821331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.6%

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

R = 65.66%
G = 9.6%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#821331 (or 0x821331) is known color: Scarlett. HEX triplet: 82, 13 and 31. RGB value is (130,19,49). Sum of RGB (Red+Green+Blue) = 130+19+49=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #821331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821331 is #7DECCE. Grayscale: #373737. Windows color (decimal): -8252623 or 3216258. OLE color: 3216258.

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

Color convert

RGB 130 19 49 -
CMYK 0 0.85 0.62 0.49
HSL 343.78º 0.74% 0.29% -
HSV(B) 343.78º 0.85% 0.51% -
XYZ 9.99 5.43 3.43 -
YUV 55.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 130 19 49 0 0.85 0.62 0.49 343.78 0.74 0.29
Hex 82 13 31 0 55 3E 31 158 4A 1D
Octal 202 23 61 0 125 76 61 530 112 35
Binary 10000010 10011 110001 0 1010101 111110 110001 101011000 1001010 11101

Color Harmonies of #821331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821331

Black with #821331

Text Example


Text Example

White with #821331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821331; }

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

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

background-color css

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

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

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

border-color css

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

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

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