Html Css Color HEX #821132 Scarlett

📋 copy color: '#821132'

red 130 ◦ green 17 ◦ blue 50

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

Shades of Scarlett #821132

Tints of Scarlett #821132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

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

R = 65.99%
G = 8.63%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#821132 (or 0x821132) is known color: Scarlett. HEX triplet: 82, 11 and 32. RGB value is (130,17,50). Sum of RGB (Red+Green+Blue) = 130+17+50=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #821132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821132 is #7DEECD. Grayscale: #363636. Windows color (decimal): -8253134 or 3281282. OLE color: 3281282.

HSL color Cylindrical-coordinate representation of color #821132: hue angle of 342.48º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821132 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 17 50 -
CMYK 0 0.87 0.62 0.49
HSL 342.48º 0.77% 0.29% -
HSV(B) 342.48º 0.87% 0.51% -
XYZ 9.98 5.38 3.53 -
YUV 54.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 130 17 50 0 0.87 0.62 0.49 342.48 0.77 0.29
Hex 82 11 32 0 57 3E 31 156 4D 1D
Octal 202 21 62 0 127 76 61 526 115 35
Binary 10000010 10001 110010 0 1010111 111110 110001 101010110 1001101 11101

Color Harmonies of #821132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821132

Black with #821132

Text Example


Text Example

White with #821132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821132; }

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

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

background-color css

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

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

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

border-color css

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

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

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