Html Css Color HEX #821624 Scarlett

📋 copy color: '#821624'

red 130 ◦ green 22 ◦ blue 36

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

Shades of Scarlett #821624

Tints of Scarlett #821624

RGB

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

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

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

R = 69.15%
G = 11.7%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#821624 (or 0x821624) is known color: Scarlett. HEX triplet: 82, 16 and 24. RGB value is (130,22,36). Sum of RGB (Red+Green+Blue) = 130+22+36=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #821624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821624 is #7DE9DB. Grayscale: #373737. Windows color (decimal): -8251868 or 2365058. OLE color: 2365058.

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

Color convert

RGB 130 22 36 -
CMYK 0 0.83 0.72 0.49
HSL 352.22º 0.71% 0.3% -
HSV(B) 352.22º 0.83% 0.51% -
XYZ 9.81 5.45 2.2 -
YUV 55.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 130 22 36 0 0.83 0.72 0.49 352.22 0.71 0.3
Hex 82 16 24 0 53 48 31 160 47 1E
Octal 202 26 44 0 123 110 61 540 107 36
Binary 10000010 10110 100100 0 1010011 1001000 110001 101100000 1000111 11110

Color Harmonies of #821624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821624

Black with #821624

Text Example


Text Example

White with #821624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821624; }

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

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

background-color css

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

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

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

border-color css

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

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

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