Html Css Color HEX #801635 Scarlett

📋 copy color: '#801635'

red 128 ◦ green 22 ◦ blue 53

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

Shades of Scarlett #801635

Tints of Scarlett #801635

RGB

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

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

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

R = 63.05%
G = 10.84%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#801635 (or 0x801635) is known color: Scarlett. HEX triplet: 80, 16 and 35. RGB value is (128,22,53). Sum of RGB (Red+Green+Blue) = 128+22+53=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #801635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801635 is #7FE9CA. Grayscale: #393939. Windows color (decimal): -8382923 or 3479168. OLE color: 3479168.

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

Color convert

RGB 128 22 53 -
CMYK 0 0.83 0.59 0.50
HSL 342.45º 0.71% 0.29% -
HSV(B) 342.45º 0.83% 0.5% -
XYZ 9.83 5.42 3.9 -
YUV 57.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 128 22 53 0 0.83 0.59 0.50 342.45 0.71 0.29
Hex 80 16 35 0 53 3B 32 156 47 1D
Octal 200 26 65 0 123 73 62 526 107 35
Binary 10000000 10110 110101 0 1010011 111011 110010 101010110 1000111 11101

Color Harmonies of #801635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801635

Black with #801635

Text Example


Text Example

White with #801635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801635; }

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

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

background-color css

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

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

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

border-color css

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

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

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