Html Css Color HEX #821C32 Scarlett

📋 copy color: '#821C32'

red 130 ◦ green 28 ◦ blue 50

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

Shades of Scarlett #821C32

Tints of Scarlett #821C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

 BLUE value IS 50 (19.92% from 255) = 24.04%

R = 62.5%
G = 13.46%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#821C32 (or 0x821C32) is known color: Scarlett. HEX triplet: 82, 1C and 32. RGB value is (130,28,50). Sum of RGB (Red+Green+Blue) = 130+28+50=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #821C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821C32 is #7DE3CD. Grayscale: #3D3D3D. Windows color (decimal): -8250318 or 3284098. OLE color: 3284098.

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

Color convert

RGB 130 28 50 -
CMYK 0 0.78 0.62 0.49
HSL 347.06º 0.65% 0.31% -
HSV(B) 347.06º 0.78% 0.51% -
XYZ 10.2 5.81 3.6 -
YUV 61.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 130 28 50 0 0.78 0.62 0.49 347.06 0.65 0.31
Hex 82 1C 32 0 4E 3E 31 15B 41 1F
Octal 202 34 62 0 116 76 61 533 101 37
Binary 10000010 11100 110010 0 1001110 111110 110001 101011011 1000001 11111

Color Harmonies of #821C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C32

Black with #821C32

Text Example


Text Example

White with #821C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,28,50); }

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

background-color css

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

 a { background-color: rgb(130,28,50); }

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

border-color css

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

 span { border-color: rgb(130,28,50); }

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