Html Css Color HEX #80183A Claret

📋 copy color: '#80183A'

red 128 ◦ green 24 ◦ blue 58

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

Shades of Claret #80183A

Tints of Claret #80183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

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

R = 60.95%
G = 11.43%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80183A (or 0x80183A) is known color: Claret. HEX triplet: 80, 18 and 3A. RGB value is (128,24,58). Sum of RGB (Red+Green+Blue) = 128+24+58=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80183A is #7FE7C5. Grayscale: #3A3A3A. Windows color (decimal): -8382406 or 3807360. OLE color: 3807360.

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

Color convert

RGB 128 24 58 -
CMYK 0 0.81 0.55 0.50
HSL 340.38º 0.68% 0.3% -
HSV(B) 340.38º 0.81% 0.5% -
XYZ 9.99 5.55 4.55 -
YUV 58.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 128 24 58 0 0.81 0.55 0.50 340.38 0.68 0.3
Hex 80 18 3A 0 51 37 32 154 44 1E
Octal 200 30 72 0 121 67 62 524 104 36
Binary 10000000 11000 111010 0 1010001 110111 110010 101010100 1000100 11110

Color Harmonies of #80183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80183A

Black with #80183A

Text Example


Text Example

White with #80183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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