Html Css Color HEX #80172B Scarlett

📋 copy color: '#80172B'

red 128 ◦ green 23 ◦ blue 43

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

Shades of Scarlett #80172B

Tints of Scarlett #80172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.16%

R = 65.98%
G = 11.86%
B = 22.16%

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

#80172B (or 0x80172B) is known color: Scarlett. HEX triplet: 80, 17 and 2B. RGB value is (128,23,43). Sum of RGB (Red+Green+Blue) = 128+23+43=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #80172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80172B is #7FE8D4. Grayscale: #383838. Windows color (decimal): -8382677 or 2824064. OLE color: 2824064.

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

Color convert

RGB 128 23 43 -
CMYK 0 0.82 0.66 0.50
HSL 348.57º 0.7% 0.3% -
HSV(B) 348.57º 0.82% 0.5% -
XYZ 9.64 5.38 2.81 -
YUV 56.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 128 23 43 0 0.82 0.66 0.50 348.57 0.7 0.3
Hex 80 17 2B 0 52 42 32 15D 46 1E
Octal 200 27 53 0 122 102 62 535 106 36
Binary 10000000 10111 101011 0 1010010 1000010 110010 101011101 1000110 11110

Color Harmonies of #80172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80172B

Black with #80172B

Text Example


Text Example

White with #80172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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