Html Css Color HEX #821A24 Scarlett

📋 copy color: '#821A24'

red 130 ◦ green 26 ◦ blue 36

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

Shades of Scarlett #821A24

Tints of Scarlett #821A24

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.54%

 BLUE value IS 36 (14.45% from 255) = 18.75%

R = 67.71%
G = 13.54%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#821A24 (or 0x821A24) is known color: Scarlett. HEX triplet: 82, 1A and 24. RGB value is (130,26,36). Sum of RGB (Red+Green+Blue) = 130+26+36=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #821A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821A24 is #7DE5DB. Grayscale: #3A3A3A. Windows color (decimal): -8250844 or 2366082. OLE color: 2366082.

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

Color convert

RGB 130 26 36 -
CMYK 0 0.8 0.72 0.49
HSL 354.23º 0.67% 0.31% -
HSV(B) 354.23º 0.8% 0.51% -
XYZ 9.89 5.61 2.23 -
YUV 58.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 130 26 36 0 0.8 0.72 0.49 354.23 0.67 0.31
Hex 82 1A 24 0 50 48 31 162 43 1F
Octal 202 32 44 0 120 110 61 542 103 37
Binary 10000010 11010 100100 0 1010000 1001000 110001 101100010 1000011 11111

Color Harmonies of #821A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A24

Black with #821A24

Text Example


Text Example

White with #821A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,26,36); }

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

background-color css

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

 a { background-color: rgb(130,26,36); }

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

border-color css

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

 span { border-color: rgb(130,26,36); }

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