Html Css Color HEX #821C31 Scarlett

📋 copy color: '#821C31'

red 130 ◦ green 28 ◦ blue 49

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

Shades of Scarlett #821C31

Tints of Scarlett #821C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.53%

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

R = 62.8%
G = 13.53%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#821C31 (or 0x821C31) is known color: Scarlett. HEX triplet: 82, 1C and 31. RGB value is (130,28,49). Sum of RGB (Red+Green+Blue) = 130+28+49=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #821C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821C31 is #7DE3CE. Grayscale: #3C3C3C. Windows color (decimal): -8250319 or 3218562. OLE color: 3218562.

HSL color Cylindrical-coordinate representation of color #821C31: hue angle of 347.65º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821C31 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 28 49 -
CMYK 0 0.78 0.62 0.49
HSL 347.65º 0.65% 0.31% -
HSV(B) 347.65º 0.78% 0.51% -
XYZ 10.18 5.8 3.49 -
YUV 60.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 130 28 49 0 0.78 0.62 0.49 347.65 0.65 0.31
Hex 82 1C 31 0 4E 3E 31 15C 41 1F
Octal 202 34 61 0 116 76 61 534 101 37
Binary 10000010 11100 110001 0 1001110 111110 110001 101011100 1000001 11111

Color Harmonies of #821C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C31

Black with #821C31

Text Example


Text Example

White with #821C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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