Html Css Color HEX #80193C Claret

📋 copy color: '#80193C'

red 128 ◦ green 25 ◦ blue 60

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

Shades of Claret #80193C

Tints of Claret #80193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

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

R = 60.09%
G = 11.74%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80193C (or 0x80193C) is known color: Claret. HEX triplet: 80, 19 and 3C. RGB value is (128,25,60). Sum of RGB (Red+Green+Blue) = 128+25+60=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #80193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80193C is #7FE6C3. Grayscale: #3B3B3B. Windows color (decimal): -8382148 or 3938688. OLE color: 3938688.

HSL color Cylindrical-coordinate representation of color #80193C: hue angle of 339.61º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80193C is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 60 -
CMYK 0 0.80 0.53 0.50
HSL 339.61º 0.67% 0.3% -
HSV(B) 339.61º 0.8% 0.5% -
XYZ 10.07 5.61 4.83 -
YUV 59.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 128 25 60 0 0.80 0.53 0.50 339.61 0.67 0.3
Hex 80 19 3C 0 50 35 32 154 43 1E
Octal 200 31 74 0 120 65 62 524 103 36
Binary 10000000 11001 111100 0 1010000 110101 110010 101010100 1000011 11110

Color Harmonies of #80193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80193C

Black with #80193C

Text Example


Text Example

White with #80193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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