Html Css Color HEX #80163A Claret

📋 copy color: '#80163A'

red 128 ◦ green 22 ◦ blue 58

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

Shades of Claret #80163A

Tints of Claret #80163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.58%

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

R = 61.54%
G = 10.58%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80163A (or 0x80163A) is known color: Claret. HEX triplet: 80, 16 and 3A. RGB value is (128,22,58). Sum of RGB (Red+Green+Blue) = 128+22+58=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80163A is #7FE9C5. Grayscale: #393939. Windows color (decimal): -8382918 or 3806848. OLE color: 3806848.

HSL color Cylindrical-coordinate representation of color #80163A: hue angle of 339.62º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80163A is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 58 -
CMYK 0 0.83 0.55 0.50
HSL 339.62º 0.71% 0.29% -
HSV(B) 339.62º 0.83% 0.5% -
XYZ 9.95 5.47 4.53 -
YUV 57.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 128 22 58 0 0.83 0.55 0.50 339.62 0.71 0.29
Hex 80 16 3A 0 53 37 32 154 47 1D
Octal 200 26 72 0 123 67 62 524 107 35
Binary 10000000 10110 111010 0 1010011 110111 110010 101010100 1000111 11101

Color Harmonies of #80163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80163A

Black with #80163A

Text Example


Text Example

White with #80163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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