Html Css Color HEX #821938 Scarlett

📋 copy color: '#821938'

red 130 ◦ green 25 ◦ blue 56

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

Shades of Scarlett #821938

Tints of Scarlett #821938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.54%

R = 61.61%
G = 11.85%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#821938 (or 0x821938) is known color: Scarlett. HEX triplet: 82, 19 and 38. RGB value is (130,25,56). Sum of RGB (Red+Green+Blue) = 130+25+56=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #821938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821938 is #7DE6C7. Grayscale: #3B3B3B. Windows color (decimal): -8251080 or 3676546. OLE color: 3676546.

HSL color Cylindrical-coordinate representation of color #821938: hue angle of 342.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 #821938 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 56 -
CMYK 0 0.81 0.57 0.49
HSL 342.29º 0.68% 0.3% -
HSV(B) 342.29º 0.81% 0.51% -
XYZ 10.27 5.73 4.31 -
YUV 59.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 130 25 56 0 0.81 0.57 0.49 342.29 0.68 0.3
Hex 82 19 38 0 51 39 31 156 44 1E
Octal 202 31 70 0 121 71 61 526 104 36
Binary 10000010 11001 111000 0 1010001 111001 110001 101010110 1000100 11110

Color Harmonies of #821938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821938

Black with #821938

Text Example


Text Example

White with #821938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821938; }

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

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

background-color css

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

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

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

border-color css

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

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

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