Html Css Color HEX #802033 Scarlett

📋 copy color: '#802033'

red 128 ◦ green 32 ◦ blue 51

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

Shades of Scarlett #802033

Tints of Scarlett #802033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 60.66%
G = 15.17%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#802033 (or 0x802033) is known color: Scarlett. HEX triplet: 80, 20 and 33. RGB value is (128,32,51). Sum of RGB (Red+Green+Blue) = 128+32+51=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #802033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802033 is #7FDFCC. Grayscale: #3E3E3E. Windows color (decimal): -8380365 or 3350656. OLE color: 3350656.

HSL color Cylindrical-coordinate representation of color #802033: hue angle of 348.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802033 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 51 -
CMYK 0 0.75 0.60 0.50
HSL 348.13º 0.6% 0.31% -
HSV(B) 348.13º 0.75% 0.5% -
XYZ 10.02 5.86 3.74 -
YUV 62.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 128 32 51 0 0.75 0.60 0.50 348.13 0.6 0.31
Hex 80 20 33 0 4B 3C 32 15C 3C 1F
Octal 200 40 63 0 113 74 62 534 74 37
Binary 10000000 100000 110011 0 1001011 111100 110010 101011100 111100 11111

Color Harmonies of #802033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802033

Black with #802033

Text Example


Text Example

White with #802033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802033; }

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

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

background-color css

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

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

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

border-color css

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

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

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