#76152E

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

Shades of Claret #76152E

Tints of Claret #76152E

Color information

#76152E (or 0x76152E) is unknown color: approx Claret. HEX triplet: 76, 15 and 2E. RGB value is (118,21,46). Sum of RGB (Red+Green+Blue) = 118+21+46=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76152E is #89EAD1. Grayscale: #343434. Windows color (decimal): -9038546 or 3020150. OLE color: 3020150.

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

Color convert

RGB1182146-
CMYK00.820.610.54
HSL344.54º69.78%27.25%-
HSV(B)344.54º82.2%46.27%-
XYZ8.234.593.04-
YUV52.85124.14174.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.78%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=63.78%
G=11.35%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118214600.820.610.54344.5469.7827.25
Hex76152E0523D36159461b
Octal16625560122756653110633
Binary11101101010110111001010010111101110110101011001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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