Html Css Color HEX #80173D Claret

📋 copy color: '#80173D'

red 128 ◦ green 23 ◦ blue 61

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

Shades of Claret #80173D

Tints of Claret #80173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.77%

R = 60.38%
G = 10.85%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80173D (or 0x80173D) is known color: Claret. HEX triplet: 80, 17 and 3D. RGB value is (128,23,61). Sum of RGB (Red+Green+Blue) = 128+23+61=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80173D is #7FE8C2. Grayscale: #3A3A3A. Windows color (decimal): -8382659 or 4003712. OLE color: 4003712.

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

Color convert

RGB 128 23 61 -
CMYK 0 0.82 0.52 0.50
HSL 338.29º 0.7% 0.3% -
HSV(B) 338.29º 0.82% 0.5% -
XYZ 10.05 5.54 4.95 -
YUV 58.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 128 23 61 0 0.82 0.52 0.50 338.29 0.7 0.3
Hex 80 17 3D 0 52 34 32 152 46 1E
Octal 200 27 75 0 122 64 62 522 106 36
Binary 10000000 10111 111101 0 1010010 110100 110010 101010010 1000110 11110

Color Harmonies of #80173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80173D

Black with #80173D

Text Example


Text Example

White with #80173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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