Html Css Color HEX #821824 Scarlett

📋 copy color: '#821824'

red 130 ◦ green 24 ◦ blue 36

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

Shades of Scarlett #821824

Tints of Scarlett #821824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.63%

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

R = 68.42%
G = 12.63%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#821824 (or 0x821824) is known color: Scarlett. HEX triplet: 82, 18 and 24. RGB value is (130,24,36). Sum of RGB (Red+Green+Blue) = 130+24+36=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #821824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821824 is #7DE7DB. Grayscale: #393939. Windows color (decimal): -8251356 or 2365570. OLE color: 2365570.

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

Color convert

RGB 130 24 36 -
CMYK 0 0.82 0.72 0.49
HSL 353.21º 0.69% 0.3% -
HSV(B) 353.21º 0.82% 0.51% -
XYZ 9.85 5.53 2.22 -
YUV 57.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 130 24 36 0 0.82 0.72 0.49 353.21 0.69 0.3
Hex 82 18 24 0 52 48 31 161 45 1E
Octal 202 30 44 0 122 110 61 541 105 36
Binary 10000010 11000 100100 0 1010010 1001000 110001 101100001 1000101 11110

Color Harmonies of #821824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821824

Black with #821824

Text Example


Text Example

White with #821824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821824; }

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

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

background-color css

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

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

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

border-color css

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

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

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