Html Css Color HEX #801432 Scarlett

📋 copy color: '#801432'

red 128 ◦ green 20 ◦ blue 50

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

Shades of Scarlett #801432

Tints of Scarlett #801432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

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

R = 64.65%
G = 10.1%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#801432 (or 0x801432) is known color: Scarlett. HEX triplet: 80, 14 and 32. RGB value is (128,20,50). Sum of RGB (Red+Green+Blue) = 128+20+50=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #801432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801432 is #7FEBCD. Grayscale: #373737. Windows color (decimal): -8383438 or 3282048. OLE color: 3282048.

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

Color convert

RGB 128 20 50 -
CMYK 0 0.84 0.61 0.50
HSL 343.33º 0.73% 0.29% -
HSV(B) 343.33º 0.84% 0.5% -
XYZ 9.73 5.32 3.53 -
YUV 55.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 128 20 50 0 0.84 0.61 0.50 343.33 0.73 0.29
Hex 80 14 32 0 54 3D 32 157 49 1D
Octal 200 24 62 0 124 75 62 527 111 35
Binary 10000000 10100 110010 0 1010100 111101 110010 101010111 1001001 11101

Color Harmonies of #801432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801432

Black with #801432

Text Example


Text Example

White with #801432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801432; }

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

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

background-color css

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

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

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

border-color css

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

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

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