Html Css Color HEX #821E36 Scarlett

📋 copy color: '#821E36'

red 130 ◦ green 30 ◦ blue 54

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

Shades of Scarlett #821E36

Tints of Scarlett #821E36

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.02%

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

R = 60.75%
G = 14.02%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#821E36 (or 0x821E36) is known color: Scarlett. HEX triplet: 82, 1E and 36. RGB value is (130,30,54). Sum of RGB (Red+Green+Blue) = 130+30+54=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #821E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821E36 is #7DE1C9. Grayscale: #3E3E3E. Windows color (decimal): -8249802 or 3546754. OLE color: 3546754.

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

Color convert

RGB 130 30 54 -
CMYK 0 0.77 0.58 0.49
HSL 345.6º 0.63% 0.31% -
HSV(B) 345.6º 0.77% 0.51% -
XYZ 10.34 5.94 4.09 -
YUV 62.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 130 30 54 0 0.77 0.58 0.49 345.6 0.63 0.31
Hex 82 1E 36 0 4D 3A 31 15A 3E 1F
Octal 202 36 66 0 115 72 61 532 76 37
Binary 10000010 11110 110110 0 1001101 111010 110001 101011010 111110 11111

Color Harmonies of #821E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E36

Black with #821E36

Text Example


Text Example

White with #821E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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