Html Css Color HEX #80173C Claret

📋 copy color: '#80173C'

red 128 ◦ green 23 ◦ blue 60

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

Shades of Claret #80173C

Tints of Claret #80173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.44%

R = 60.66%
G = 10.9%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80173C (or 0x80173C) is known color: Claret. HEX triplet: 80, 17 and 3C. RGB value is (128,23,60). Sum of RGB (Red+Green+Blue) = 128+23+60=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80173C is #7FE8C3. Grayscale: #3A3A3A. Windows color (decimal): -8382660 or 3938176. OLE color: 3938176.

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

Color convert

RGB 128 23 60 -
CMYK 0 0.82 0.53 0.50
HSL 338.86º 0.7% 0.3% -
HSV(B) 338.86º 0.82% 0.5% -
XYZ 10.02 5.53 4.81 -
YUV 58.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 128 23 60 0 0.82 0.53 0.50 338.86 0.7 0.3
Hex 80 17 3C 0 52 35 32 153 46 1E
Octal 200 27 74 0 122 65 62 523 106 36
Binary 10000000 10111 111100 0 1010010 110101 110010 101010011 1000110 11110

Color Harmonies of #80173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80173C

Black with #80173C

Text Example


Text Example

White with #80173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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