Html Css Color HEX #801733 Scarlett

📋 copy color: '#801733'

red 128 ◦ green 23 ◦ blue 51

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

Shades of Scarlett #801733

Tints of Scarlett #801733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.39%

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

R = 63.37%
G = 11.39%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#801733 (or 0x801733) is known color: Scarlett. HEX triplet: 80, 17 and 33. RGB value is (128,23,51). Sum of RGB (Red+Green+Blue) = 128+23+51=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #801733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801733 is #7FE8CC. Grayscale: #393939. Windows color (decimal): -8382669 or 3348352. OLE color: 3348352.

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

Color convert

RGB 128 23 51 -
CMYK 0 0.82 0.60 0.50
HSL 344º 0.7% 0.3% -
HSV(B) 344º 0.82% 0.5% -
XYZ 9.81 5.44 3.67 -
YUV 57.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 128 23 51 0 0.82 0.60 0.50 344 0.7 0.3
Hex 80 17 33 0 52 3C 32 158 46 1E
Octal 200 27 63 0 122 74 62 530 106 36
Binary 10000000 10111 110011 0 1010010 111100 110010 101011000 1000110 11110

Color Harmonies of #801733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801733

Black with #801733

Text Example


Text Example

White with #801733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801733; }

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

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

background-color css

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

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

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

border-color css

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

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

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