Html Css Color HEX #80193A Claret

📋 copy color: '#80193A'

red 128 ◦ green 25 ◦ blue 58

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

Shades of Claret #80193A

Tints of Claret #80193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 60.66%
G = 11.85%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80193A (or 0x80193A) is known color: Claret. HEX triplet: 80, 19 and 3A. RGB value is (128,25,58). Sum of RGB (Red+Green+Blue) = 128+25+58=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80193A is #7FE6C5. Grayscale: #3B3B3B. Windows color (decimal): -8382150 or 3807616. OLE color: 3807616.

HSL color Cylindrical-coordinate representation of color #80193A: hue angle of 340.78º 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 #80193A is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 58 -
CMYK 0 0.80 0.55 0.50
HSL 340.78º 0.67% 0.3% -
HSV(B) 340.78º 0.8% 0.5% -
XYZ 10.01 5.59 4.55 -
YUV 59.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 128 25 58 0 0.80 0.55 0.50 340.78 0.67 0.3
Hex 80 19 3A 0 50 37 32 155 43 1E
Octal 200 31 72 0 120 67 62 525 103 36
Binary 10000000 11001 111010 0 1010000 110111 110010 101010101 1000011 11110

Color Harmonies of #80193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80193A

Black with #80193A

Text Example


Text Example

White with #80193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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