#76112E

Color #76112E Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #76112E

Tints of Claret #76112E

Color information

#76112E (or 0x76112E) is unknown color: approx Claret. HEX triplet: 76, 11 and 2E. RGB value is (118,17,46). Sum of RGB (Red+Green+Blue) = 118+17+46=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76112E is #89EED1. Grayscale: #323232. Windows color (decimal): -9039570 or 3019126. OLE color: 3019126.

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

Color convert

RGB1181746-
CMYK00.860.610.54
HSL342.77º74.81%26.47%-
HSV(B)342.77º85.59%46.27%-
XYZ8.164.453.01-
YUV50.5125.46176.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=65.19%
G=9.39%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118174600.860.610.54342.7774.8126.47
Hex76112E0563D361574b1a
Octal16621560126756652711332
Binary11101101000110111001010110111101110110101010111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76112E;
 }
 .AnyTagClassName
 {
   color: #76112E;
 }
</style>
background-color css

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

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

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

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

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

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