#76162D

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

Shades of Claret #76162D

Tints of Claret #76162D

Color information

#76162D (or 0x76162D) is unknown color: approx Claret. HEX triplet: 76, 16 and 2D. RGB value is (118,22,45). Sum of RGB (Red+Green+Blue) = 118+22+45=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76162D is #89E9D2. Grayscale: #353535. Windows color (decimal): -9038291 or 2954870. OLE color: 2954870.

HSL color Cylindrical-coordinate representation of color #76162D: hue angle of 345.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76162D is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1182245-
CMYK00.810.620.54
HSL345.62º68.57%27.45%-
HSV(B)345.62º81.36%46.27%-
XYZ8.234.612.94-
YUV53.33123.3174.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.78%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=63.78%
G=11.89%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118224500.810.620.54345.6268.5727.45
Hex76162D0513E3615a451b
Octal16626550121766653210533
Binary11101101011010110101010001111110110110101011010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76162D; }

 p { color: rgb(118,22,45); }

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

<style>
 a { background-color: #76162D; }

 a { background-color: rgb(118,22,45); }

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

<style>
 span { border-color: #76162D; }

 span { border-color: rgb(118,22,45); }

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