Html Css Color HEX #821936 Scarlett

📋 copy color: '#821936'

red 130 ◦ green 25 ◦ blue 54

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

Shades of Scarlett #821936

Tints of Scarlett #821936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.84%

R = 62.2%
G = 11.96%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#821936 (or 0x821936) is known color: Scarlett. HEX triplet: 82, 19 and 36. RGB value is (130,25,54). Sum of RGB (Red+Green+Blue) = 130+25+54=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #821936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821936 is #7DE6C9. Grayscale: #3B3B3B. Windows color (decimal): -8251082 or 3545474. OLE color: 3545474.

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

Color convert

RGB 130 25 54 -
CMYK 0 0.81 0.58 0.49
HSL 343.43º 0.68% 0.3% -
HSV(B) 343.43º 0.81% 0.51% -
XYZ 10.22 5.71 4.05 -
YUV 59.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 130 25 54 0 0.81 0.58 0.49 343.43 0.68 0.3
Hex 82 19 36 0 51 3A 31 157 44 1E
Octal 202 31 66 0 121 72 61 527 104 36
Binary 10000010 11001 110110 0 1010001 111010 110001 101010111 1000100 11110

Color Harmonies of #821936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821936

Black with #821936

Text Example


Text Example

White with #821936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821936; }

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

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

background-color css

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

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

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

border-color css

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

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

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