Html Css Color HEX #801933 Scarlett

📋 copy color: '#801933'

red 128 ◦ green 25 ◦ blue 51

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

Shades of Scarlett #801933

Tints of Scarlett #801933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

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

R = 62.75%
G = 12.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#801933 (or 0x801933) is known color: Scarlett. HEX triplet: 80, 19 and 33. RGB value is (128,25,51). Sum of RGB (Red+Green+Blue) = 128+25+51=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #801933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801933 is #7FE6CC. Grayscale: #3A3A3A. Windows color (decimal): -8382157 or 3348864. OLE color: 3348864.

HSL color Cylindrical-coordinate representation of color #801933: hue angle of 344.85º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801933 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 51 -
CMYK 0 0.80 0.60 0.50
HSL 344.85º 0.67% 0.3% -
HSV(B) 344.85º 0.8% 0.5% -
XYZ 9.85 5.52 3.68 -
YUV 58.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 128 25 51 0 0.80 0.60 0.50 344.85 0.67 0.3
Hex 80 19 33 0 50 3C 32 159 43 1E
Octal 200 31 63 0 120 74 62 531 103 36
Binary 10000000 11001 110011 0 1010000 111100 110010 101011001 1000011 11110

Color Harmonies of #801933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801933

Black with #801933

Text Example


Text Example

White with #801933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801933; }

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

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

background-color css

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

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

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

border-color css

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

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

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