Html Css Color HEX #76142E Claret

📋 copy color: '#76142E'

red 118 ◦ green 20 ◦ blue 46

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

Shades of Claret #76142E

Tints of Claret #76142E

RGB

 RED value IS 118 (46.48% from 255) = 64.13%

 GREEN value IS 20 (8.2% from 255) = 10.87%

 BLUE value IS 46 (18.36% from 255) = 25%

R = 64.13%
G = 10.87%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76142E (or 0x76142E) is known color: Claret. HEX triplet: 76, 14 and 2E. RGB value is (118,20,46). Sum of RGB (Red+Green+Blue) = 118+20+46=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76142E is #89EBD1. Grayscale: #343434. Windows color (decimal): -9038802 or 3019894. OLE color: 3019894.

HSL color Cylindrical-coordinate representation of color #76142E: hue angle of 344.08º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76142E is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 46 -
CMYK 0 0.83 0.61 0.54
HSL 344.08º 0.71% 0.27% -
HSV(B) 344.08º 0.83% 0.46% -
XYZ 8.21 4.55 3.03 -
YUV 52.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 118 20 46 0 0.83 0.61 0.54 344.08 0.71 0.27
Hex 76 14 2E 0 53 3D 36 158 47 1B
Octal 166 24 56 0 123 75 66 530 107 33
Binary 1110110 10100 101110 0 1010011 111101 110110 101011000 1000111 11011

Color Harmonies of #76142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76142E

Black with #76142E

Text Example


Text Example

White with #76142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76142E; }

 p { color: rgb(118,20,46); }

 H1.HeaderClassName
 {
   color: #76142E;
 }
 .AnyTagClassName
 {
   color: #76142E;
 }
</style>

background-color css

<style>
 a { background-color: #76142E; }

 a { background-color: rgb(118,20,46); }

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

border-color css

<style>
 span { border-color: #76142E; }

 span { border-color: rgb(118,20,46); }

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