Html Css Color HEX #801535 Scarlett

📋 copy color: '#801535'

red 128 ◦ green 21 ◦ blue 53

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

Shades of Scarlett #801535

Tints of Scarlett #801535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

 BLUE value IS 53 (21.09% from 255) = 26.24%

R = 63.37%
G = 10.4%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#801535 (or 0x801535) is known color: Scarlett. HEX triplet: 80, 15 and 35. RGB value is (128,21,53). Sum of RGB (Red+Green+Blue) = 128+21+53=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #801535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801535 is #7FEACA. Grayscale: #383838. Windows color (decimal): -8383179 or 3478912. OLE color: 3478912.

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

Color convert

RGB 128 21 53 -
CMYK 0 0.84 0.59 0.50
HSL 342.06º 0.72% 0.29% -
HSV(B) 342.06º 0.84% 0.5% -
XYZ 9.81 5.38 3.89 -
YUV 56.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 128 21 53 0 0.84 0.59 0.50 342.06 0.72 0.29
Hex 80 15 35 0 54 3B 32 156 48 1D
Octal 200 25 65 0 124 73 62 526 110 35
Binary 10000000 10101 110101 0 1010100 111011 110010 101010110 1001000 11101

Color Harmonies of #801535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801535

Black with #801535

Text Example


Text Example

White with #801535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801535; }

 p { color: rgb(128,21,53); }

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

background-color css

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

 a { background-color: rgb(128,21,53); }

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

border-color css

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

 span { border-color: rgb(128,21,53); }

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