Html Css Color HEX #801835 Scarlett

📋 copy color: '#801835'

red 128 ◦ green 24 ◦ blue 53

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

Shades of Scarlett #801835

Tints of Scarlett #801835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

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

R = 62.44%
G = 11.71%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#801835 (or 0x801835) is known color: Scarlett. HEX triplet: 80, 18 and 35. RGB value is (128,24,53). Sum of RGB (Red+Green+Blue) = 128+24+53=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #801835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801835 is #7FE7CA. Grayscale: #3A3A3A. Windows color (decimal): -8382411 or 3479680. OLE color: 3479680.

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

Color convert

RGB 128 24 53 -
CMYK 0 0.81 0.59 0.50
HSL 343.27º 0.68% 0.3% -
HSV(B) 343.27º 0.81% 0.5% -
XYZ 9.87 5.5 3.91 -
YUV 58.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 128 24 53 0 0.81 0.59 0.50 343.27 0.68 0.3
Hex 80 18 35 0 51 3B 32 157 44 1E
Octal 200 30 65 0 121 73 62 527 104 36
Binary 10000000 11000 110101 0 1010001 111011 110010 101010111 1000100 11110

Color Harmonies of #801835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801835

Black with #801835

Text Example


Text Example

White with #801835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801835; }

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

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

background-color css

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

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

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

border-color css

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

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

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