Html Css Color HEX #802831 Scarlett

📋 copy color: '#802831'

red 128 ◦ green 40 ◦ blue 49

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

Shades of Scarlett #802831

Tints of Scarlett #802831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

 BLUE value IS 49 (19.53% from 255) = 22.58%

R = 58.99%
G = 18.43%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#802831 (or 0x802831) is known color: Scarlett. HEX triplet: 80, 28 and 31. RGB value is (128,40,49). Sum of RGB (Red+Green+Blue) = 128+40+49=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #802831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802831 is #7FD7CE. Grayscale: #434343. Windows color (decimal): -8378319 or 3221632. OLE color: 3221632.

HSL color Cylindrical-coordinate representation of color #802831: hue angle of 353.86º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802831 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 49 -
CMYK 0 0.69 0.62 0.50
HSL 353.86º 0.52% 0.33% -
HSV(B) 353.86º 0.69% 0.5% -
XYZ 10.22 6.33 3.59 -
YUV 67.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 128 40 49 0 0.69 0.62 0.50 353.86 0.52 0.33
Hex 80 28 31 0 45 3E 32 162 34 21
Octal 200 50 61 0 105 76 62 542 64 41
Binary 10000000 101000 110001 0 1000101 111110 110010 101100010 110100 100001

Color Harmonies of #802831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802831

Black with #802831

Text Example


Text Example

White with #802831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802831; }

 p { color: rgb(128,40,49); }

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

background-color css

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

 a { background-color: rgb(128,40,49); }

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

border-color css

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

 span { border-color: rgb(128,40,49); }

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