Html Css Color HEX #801536 Scarlett

📋 copy color: '#801536'

red 128 ◦ green 21 ◦ blue 54

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

Shades of Scarlett #801536

Tints of Scarlett #801536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.6%

R = 63.05%
G = 10.34%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#801536 (or 0x801536) is known color: Scarlett. HEX triplet: 80, 15 and 36. RGB value is (128,21,54). Sum of RGB (Red+Green+Blue) = 128+21+54=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #801536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801536 is #7FEAC9. Grayscale: #383838. Windows color (decimal): -8383178 or 3544448. OLE color: 3544448.

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

Color convert

RGB 128 21 54 -
CMYK 0 0.84 0.58 0.50
HSL 341.5º 0.72% 0.29% -
HSV(B) 341.5º 0.84% 0.5% -
XYZ 9.84 5.39 4.01 -
YUV 56.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 128 21 54 0 0.84 0.58 0.50 341.5 0.72 0.29
Hex 80 15 36 0 54 3A 32 155 48 1D
Octal 200 25 66 0 124 72 62 525 110 35
Binary 10000000 10101 110110 0 1010100 111010 110010 101010101 1001000 11101

Color Harmonies of #801536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801536

Black with #801536

Text Example


Text Example

White with #801536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801536; }

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

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

background-color css

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

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

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

border-color css

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

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

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