Html Css Color HEX #801631 Scarlett

📋 copy color: '#801631'

red 128 ◦ green 22 ◦ blue 49

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

Shades of Scarlett #801631

Tints of Scarlett #801631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.06%

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 64.32%
G = 11.06%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#801631 (or 0x801631) is known color: Scarlett. HEX triplet: 80, 16 and 31. RGB value is (128,22,49). Sum of RGB (Red+Green+Blue) = 128+22+49=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #801631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801631 is #7FE9CE. Grayscale: #383838. Windows color (decimal): -8382927 or 3217024. OLE color: 3217024.

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

Color convert

RGB 128 22 49 -
CMYK 0 0.83 0.62 0.50
HSL 344.72º 0.71% 0.29% -
HSV(B) 344.72º 0.83% 0.5% -
XYZ 9.74 5.38 3.43 -
YUV 56.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 128 22 49 0 0.83 0.62 0.50 344.72 0.71 0.29
Hex 80 16 31 0 53 3E 32 159 47 1D
Octal 200 26 61 0 123 76 62 531 107 35
Binary 10000000 10110 110001 0 1010011 111110 110010 101011001 1000111 11101

Color Harmonies of #801631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801631

Black with #801631

Text Example


Text Example

White with #801631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801631; }

 p { color: rgb(128,22,49); }

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

background-color css

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

 a { background-color: rgb(128,22,49); }

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

border-color css

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

 span { border-color: rgb(128,22,49); }

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