Html Css Color HEX #821821 Scarlett

📋 copy color: '#821821'

red 130 ◦ green 24 ◦ blue 33

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

Shades of Scarlett #821821

Tints of Scarlett #821821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.65%

R = 69.52%
G = 12.83%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#821821 (or 0x821821) is known color: Scarlett. HEX triplet: 82, 18 and 21. RGB value is (130,24,33). Sum of RGB (Red+Green+Blue) = 130+24+33=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #821821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821821 is #7DE7DE. Grayscale: #383838. Windows color (decimal): -8251359 or 2168962. OLE color: 2168962.

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

Color convert

RGB 130 24 33 -
CMYK 0 0.82 0.75 0.49
HSL 354.91º 0.69% 0.3% -
HSV(B) 354.91º 0.82% 0.51% -
XYZ 9.81 5.51 1.99 -
YUV 56.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 130 24 33 0 0.82 0.75 0.49 354.91 0.69 0.3
Hex 82 18 21 0 52 4B 31 163 45 1E
Octal 202 30 41 0 122 113 61 543 105 36
Binary 10000010 11000 100001 0 1010010 1001011 110001 101100011 1000101 11110

Color Harmonies of #821821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821821

Black with #821821

Text Example


Text Example

White with #821821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821821; }

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

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

background-color css

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

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

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

border-color css

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

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

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