Html Css Color HEX #80172C Scarlett

📋 copy color: '#80172C'

red 128 ◦ green 23 ◦ blue 44

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

Shades of Scarlett #80172C

Tints of Scarlett #80172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.56%

R = 65.64%
G = 11.79%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80172C (or 0x80172C) is known color: Scarlett. HEX triplet: 80, 17 and 2C. RGB value is (128,23,44). Sum of RGB (Red+Green+Blue) = 128+23+44=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80172C is #7FE8D3. Grayscale: #383838. Windows color (decimal): -8382676 or 2889600. OLE color: 2889600.

HSL color Cylindrical-coordinate representation of color #80172C: hue angle of 348º 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 #80172C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 44 -
CMYK 0 0.82 0.66 0.50
HSL 348º 0.7% 0.3% -
HSV(B) 348º 0.82% 0.5% -
XYZ 9.66 5.38 2.91 -
YUV 56.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 128 23 44 0 0.82 0.66 0.50 348 0.7 0.3
Hex 80 17 2C 0 52 42 32 15C 46 1E
Octal 200 27 54 0 122 102 62 534 106 36
Binary 10000000 10111 101100 0 1010010 1000010 110010 101011100 1000110 11110

Color Harmonies of #80172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80172C

Black with #80172C

Text Example


Text Example

White with #80172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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