Html Css Color HEX #801132 Scarlett

📋 copy color: '#801132'

red 128 ◦ green 17 ◦ blue 50

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

Shades of Scarlett #801132

Tints of Scarlett #801132

RGB

 RED value IS 128 (50.39% from 255) = 65.64%

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

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

R = 65.64%
G = 8.72%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#801132 (or 0x801132) is known color: Scarlett. HEX triplet: 80, 11 and 32. RGB value is (128,17,50). Sum of RGB (Red+Green+Blue) = 128+17+50=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #801132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801132 is #7FEECD. Grayscale: #353535. Windows color (decimal): -8384206 or 3281280. OLE color: 3281280.

HSL color Cylindrical-coordinate representation of color #801132: hue angle of 342.16º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801132 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 50 -
CMYK 0 0.87 0.61 0.50
HSL 342.16º 0.77% 0.28% -
HSV(B) 342.16º 0.87% 0.5% -
XYZ 9.68 5.22 3.52 -
YUV 53.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 128 17 50 0 0.87 0.61 0.50 342.16 0.77 0.28
Hex 80 11 32 0 57 3D 32 156 4D 1C
Octal 200 21 62 0 127 75 62 526 115 34
Binary 10000000 10001 110010 0 1010111 111101 110010 101010110 1001101 11100

Color Harmonies of #801132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801132

Black with #801132

Text Example


Text Example

White with #801132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801132; }

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

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

background-color css

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

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

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

border-color css

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

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

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