Html Css Color HEX #80172D Scarlett

📋 copy color: '#80172D'

red 128 ◦ green 23 ◦ blue 45

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

Shades of Scarlett #80172D

Tints of Scarlett #80172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.96%

R = 65.31%
G = 11.73%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80172D (or 0x80172D) is known color: Scarlett. HEX triplet: 80, 17 and 2D. RGB value is (128,23,45). Sum of RGB (Red+Green+Blue) = 128+23+45=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80172D is #7FE8D2. Grayscale: #383838. Windows color (decimal): -8382675 or 2955136. OLE color: 2955136.

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

Color convert

RGB 128 23 45 -
CMYK 0 0.82 0.65 0.50
HSL 347.43º 0.7% 0.3% -
HSV(B) 347.43º 0.82% 0.5% -
XYZ 9.68 5.39 3.01 -
YUV 56.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 128 23 45 0 0.82 0.65 0.50 347.43 0.7 0.3
Hex 80 17 2D 0 52 41 32 15B 46 1E
Octal 200 27 55 0 122 101 62 533 106 36
Binary 10000000 10111 101101 0 1010010 1000001 110010 101011011 1000110 11110

Color Harmonies of #80172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80172D

Black with #80172D

Text Example


Text Example

White with #80172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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