Html Css Color HEX #821931 Scarlett

📋 copy color: '#821931'

red 130 ◦ green 25 ◦ blue 49

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

Shades of Scarlett #821931

Tints of Scarlett #821931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

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

R = 63.73%
G = 12.25%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#821931 (or 0x821931) is known color: Scarlett. HEX triplet: 82, 19 and 31. RGB value is (130,25,49). Sum of RGB (Red+Green+Blue) = 130+25+49=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #821931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821931 is #7DE6CE. Grayscale: #3B3B3B. Windows color (decimal): -8251087 or 3217794. OLE color: 3217794.

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

Color convert

RGB 130 25 49 -
CMYK 0 0.81 0.62 0.49
HSL 346.29º 0.68% 0.3% -
HSV(B) 346.29º 0.81% 0.51% -
XYZ 10.11 5.66 3.47 -
YUV 59.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 130 25 49 0 0.81 0.62 0.49 346.29 0.68 0.3
Hex 82 19 31 0 51 3E 31 15A 44 1E
Octal 202 31 61 0 121 76 61 532 104 36
Binary 10000010 11001 110001 0 1010001 111110 110001 101011010 1000100 11110

Color Harmonies of #821931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821931

Black with #821931

Text Example


Text Example

White with #821931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821931; }

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

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

background-color css

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

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

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

border-color css

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

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

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