Html Css Color HEX #80153A Claret

📋 copy color: '#80153A'

red 128 ◦ green 21 ◦ blue 58

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

Shades of Claret #80153A

Tints of Claret #80153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 61.84%
G = 10.14%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80153A (or 0x80153A) is known color: Claret. HEX triplet: 80, 15 and 3A. RGB value is (128,21,58). Sum of RGB (Red+Green+Blue) = 128+21+58=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80153A is #7FEAC5. Grayscale: #393939. Windows color (decimal): -8383174 or 3806592. OLE color: 3806592.

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

Color convert

RGB 128 21 58 -
CMYK 0 0.84 0.55 0.50
HSL 339.25º 0.72% 0.29% -
HSV(B) 339.25º 0.84% 0.5% -
XYZ 9.93 5.43 4.53 -
YUV 57.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 128 21 58 0 0.84 0.55 0.50 339.25 0.72 0.29
Hex 80 15 3A 0 54 37 32 153 48 1D
Octal 200 25 72 0 124 67 62 523 110 35
Binary 10000000 10101 111010 0 1010100 110111 110010 101010011 1001000 11101

Color Harmonies of #80153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80153A

Black with #80153A

Text Example


Text Example

White with #80153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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