#76182E

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

Shades of Claret #76182E

Tints of Claret #76182E

Color information

#76182E (or 0x76182E) is unknown color: approx Claret. HEX triplet: 76, 18 and 2E. RGB value is (118,24,46). Sum of RGB (Red+Green+Blue) = 118+24+46=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #76182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76182E is #89E7D1. Grayscale: #363636. Windows color (decimal): -9037778 or 3020918. OLE color: 3020918.

HSL color Cylindrical-coordinate representation of color #76182E: hue angle of 345.96º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76182E is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1182446-
CMYK00.800.610.54
HSL345.96º66.2%27.84%-
HSV(B)345.96º79.66%46.27%-
XYZ8.294.73.06-
YUV54.61123.14173.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=62.77%
G=12.77%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118244600.800.610.54345.9666.227.84
Hex76182E0503D3615a421c
Octal16630560120756653210234
Binary11101101100010111001010000111101110110101011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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