Html Css Color HEX #821637 Scarlett

📋 copy color: '#821637'

red 130 ◦ green 22 ◦ blue 55

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

Shades of Scarlett #821637

Tints of Scarlett #821637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

 BLUE value IS 55 (21.88% from 255) = 26.57%

R = 62.8%
G = 10.63%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#821637 (or 0x821637) is known color: Scarlett. HEX triplet: 82, 16 and 37. RGB value is (130,22,55). Sum of RGB (Red+Green+Blue) = 130+22+55=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #821637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821637 is #7DE9C8. Grayscale: #3A3A3A. Windows color (decimal): -8251849 or 3610242. OLE color: 3610242.

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

Color convert

RGB 130 22 55 -
CMYK 0 0.83 0.58 0.49
HSL 341.67º 0.71% 0.3% -
HSV(B) 341.67º 0.83% 0.51% -
XYZ 10.18 5.6 4.16 -
YUV 58.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 130 22 55 0 0.83 0.58 0.49 341.67 0.71 0.3
Hex 82 16 37 0 53 3A 31 156 47 1E
Octal 202 26 67 0 123 72 61 526 107 36
Binary 10000010 10110 110111 0 1010011 111010 110001 101010110 1000111 11110

Color Harmonies of #821637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821637

Black with #821637

Text Example


Text Example

White with #821637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821637; }

 p { color: rgb(130,22,55); }

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

background-color css

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

 a { background-color: rgb(130,22,55); }

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

border-color css

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

 span { border-color: rgb(130,22,55); }

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