Html Css Color HEX #80153C Claret

📋 copy color: '#80153C'

red 128 ◦ green 21 ◦ blue 60

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

Shades of Claret #80153C

Tints of Claret #80153C

RGB

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

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

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

R = 61.24%
G = 10.05%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80153C (or 0x80153C) is known color: Claret. HEX triplet: 80, 15 and 3C. RGB value is (128,21,60). Sum of RGB (Red+Green+Blue) = 128+21+60=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #80153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80153C is #7FEAC3. Grayscale: #393939. Windows color (decimal): -8383172 or 3937664. OLE color: 3937664.

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

Color convert

RGB 128 21 60 -
CMYK 0 0.84 0.53 0.50
HSL 338.13º 0.72% 0.29% -
HSV(B) 338.13º 0.84% 0.5% -
XYZ 9.99 5.45 4.8 -
YUV 57.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 128 21 60 0 0.84 0.53 0.50 338.13 0.72 0.29
Hex 80 15 3C 0 54 35 32 152 48 1D
Octal 200 25 74 0 124 65 62 522 110 35
Binary 10000000 10101 111100 0 1010100 110101 110010 101010010 1001000 11101

Color Harmonies of #80153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80153C

Black with #80153C

Text Example


Text Example

White with #80153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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