Html Css Color HEX #801332 Scarlett

📋 copy color: '#801332'

red 128 ◦ green 19 ◦ blue 50

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

Shades of Scarlett #801332

Tints of Scarlett #801332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

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

R = 64.97%
G = 9.64%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#801332 (or 0x801332) is known color: Scarlett. HEX triplet: 80, 13 and 32. RGB value is (128,19,50). Sum of RGB (Red+Green+Blue) = 128+19+50=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #801332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801332 is #7FECCD. Grayscale: #373737. Windows color (decimal): -8383694 or 3281792. OLE color: 3281792.

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

Color convert

RGB 128 19 50 -
CMYK 0 0.85 0.61 0.50
HSL 342.94º 0.74% 0.29% -
HSV(B) 342.94º 0.85% 0.5% -
XYZ 9.71 5.29 3.53 -
YUV 55.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 128 19 50 0 0.85 0.61 0.50 342.94 0.74 0.29
Hex 80 13 32 0 55 3D 32 157 4A 1D
Octal 200 23 62 0 125 75 62 527 112 35
Binary 10000000 10011 110010 0 1010101 111101 110010 101010111 1001010 11101

Color Harmonies of #801332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801332

Black with #801332

Text Example


Text Example

White with #801332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801332; }

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

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

background-color css

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

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

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

border-color css

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

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

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