Html Css Color HEX #802129 Scarlett

📋 copy color: '#802129'

red 128 ◦ green 33 ◦ blue 41

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

Shades of Scarlett #802129

Tints of Scarlett #802129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.34%

 BLUE value IS 41 (16.41% from 255) = 20.3%

R = 63.37%
G = 16.34%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#802129 (or 0x802129) is known color: Scarlett. HEX triplet: 80, 21 and 29. RGB value is (128,33,41). Sum of RGB (Red+Green+Blue) = 128+33+41=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #802129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802129 is #7FDED6. Grayscale: #3E3E3E. Windows color (decimal): -8380119 or 2695552. OLE color: 2695552.

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

Color convert

RGB 128 33 41 -
CMYK 0 0.74 0.68 0.50
HSL 354.95º 0.59% 0.32% -
HSV(B) 354.95º 0.74% 0.5% -
XYZ 9.85 5.84 2.71 -
YUV 62.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 128 33 41 0 0.74 0.68 0.50 354.95 0.59 0.32
Hex 80 21 29 0 4A 44 32 163 3B 20
Octal 200 41 51 0 112 104 62 543 73 40
Binary 10000000 100001 101001 0 1001010 1000100 110010 101100011 111011 100000

Color Harmonies of #802129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802129

Black with #802129

Text Example


Text Example

White with #802129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802129; }

 p { color: rgb(128,33,41); }

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

background-color css

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

 a { background-color: rgb(128,33,41); }

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

border-color css

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

 span { border-color: rgb(128,33,41); }

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