Html Css Color HEX #80163C Claret

📋 copy color: '#80163C'

red 128 ◦ green 22 ◦ blue 60

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

Shades of Claret #80163C

Tints of Claret #80163C

RGB

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

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

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

R = 60.95%
G = 10.48%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80163C (or 0x80163C) is known color: Claret. HEX triplet: 80, 16 and 3C. RGB value is (128,22,60). Sum of RGB (Red+Green+Blue) = 128+22+60=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80163C is #7FE9C3. Grayscale: #393939. Windows color (decimal): -8382916 or 3937920. OLE color: 3937920.

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

Color convert

RGB 128 22 60 -
CMYK 0 0.83 0.53 0.50
HSL 338.49º 0.71% 0.29% -
HSV(B) 338.49º 0.83% 0.5% -
XYZ 10 5.49 4.81 -
YUV 58.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 128 22 60 0 0.83 0.53 0.50 338.49 0.71 0.29
Hex 80 16 3C 0 53 35 32 152 47 1D
Octal 200 26 74 0 123 65 62 522 107 35
Binary 10000000 10110 111100 0 1010011 110101 110010 101010010 1000111 11101

Color Harmonies of #80163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80163C

Black with #80163C

Text Example


Text Example

White with #80163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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