Html Css Color HEX #801133 Scarlett

📋 copy color: '#801133'

red 128 ◦ green 17 ◦ blue 51

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

Shades of Scarlett #801133

Tints of Scarlett #801133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 65.31%
G = 8.67%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#801133 (or 0x801133) is known color: Scarlett. HEX triplet: 80, 11 and 33. RGB value is (128,17,51). Sum of RGB (Red+Green+Blue) = 128+17+51=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #801133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801133 is #7FEECC. Grayscale: #363636. Windows color (decimal): -8384205 or 3346816. OLE color: 3346816.

HSL color Cylindrical-coordinate representation of color #801133: hue angle of 341.62º 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 #801133 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 51 -
CMYK 0 0.87 0.60 0.50
HSL 341.62º 0.77% 0.28% -
HSV(B) 341.62º 0.87% 0.5% -
XYZ 9.7 5.23 3.63 -
YUV 54.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 128 17 51 0 0.87 0.60 0.50 341.62 0.77 0.28
Hex 80 11 33 0 57 3C 32 156 4D 1C
Octal 200 21 63 0 127 74 62 526 115 34
Binary 10000000 10001 110011 0 1010111 111100 110010 101010110 1001101 11100

Color Harmonies of #801133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801133

Black with #801133

Text Example


Text Example

White with #801133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801133; }

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

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

background-color css

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

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

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

border-color css

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

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

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