Html Css Color HEX #801533 Scarlett

📋 copy color: '#801533'

red 128 ◦ green 21 ◦ blue 51

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

Shades of Scarlett #801533

Tints of Scarlett #801533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.5%

R = 64%
G = 10.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#801533 (or 0x801533) is known color: Scarlett. HEX triplet: 80, 15 and 33. RGB value is (128,21,51). Sum of RGB (Red+Green+Blue) = 128+21+51=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #801533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801533 is #7FEACC. Grayscale: #383838. Windows color (decimal): -8383181 or 3347840. OLE color: 3347840.

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

Color convert

RGB 128 21 51 -
CMYK 0 0.84 0.60 0.50
HSL 343.18º 0.72% 0.29% -
HSV(B) 343.18º 0.84% 0.5% -
XYZ 9.77 5.36 3.65 -
YUV 56.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 128 21 51 0 0.84 0.60 0.50 343.18 0.72 0.29
Hex 80 15 33 0 54 3C 32 157 48 1D
Octal 200 25 63 0 124 74 62 527 110 35
Binary 10000000 10101 110011 0 1010100 111100 110010 101010111 1001000 11101

Color Harmonies of #801533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801533

Black with #801533

Text Example


Text Example

White with #801533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801533; }

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

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

background-color css

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

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

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

border-color css

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

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

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