Html Css Color HEX #80172E Scarlett

📋 copy color: '#80172E'

red 128 ◦ green 23 ◦ blue 46

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

Shades of Scarlett #80172E

Tints of Scarlett #80172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.68%

 BLUE value IS 46 (18.36% from 255) = 23.35%

R = 64.97%
G = 11.68%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80172E (or 0x80172E) is known color: Scarlett. HEX triplet: 80, 17 and 2E. RGB value is (128,23,46). Sum of RGB (Red+Green+Blue) = 128+23+46=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80172E is #7FE8D1. Grayscale: #393939. Windows color (decimal): -8382674 or 3020672. OLE color: 3020672.

HSL color Cylindrical-coordinate representation of color #80172E: hue angle of 346.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80172E is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 46 -
CMYK 0 0.82 0.64 0.50
HSL 346.86º 0.7% 0.3% -
HSV(B) 346.86º 0.82% 0.5% -
XYZ 9.7 5.4 3.12 -
YUV 57.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 128 23 46 0 0.82 0.64 0.50 346.86 0.7 0.3
Hex 80 17 2E 0 52 40 32 15B 46 1E
Octal 200 27 56 0 122 100 62 533 106 36
Binary 10000000 10111 101110 0 1010010 1000000 110010 101011011 1000110 11110

Color Harmonies of #80172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80172E

Black with #80172E

Text Example


Text Example

White with #80172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80172E; }

 p { color: rgb(128,23,46); }

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

background-color css

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

 a { background-color: rgb(128,23,46); }

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

border-color css

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

 span { border-color: rgb(128,23,46); }

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