#76183A

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

Shades of Claret #76183A

Tints of Claret #76183A

Color information

#76183A (or 0x76183A) is unknown color: approx Claret. HEX triplet: 76, 18 and 3A. RGB value is (118,24,58). Sum of RGB (Red+Green+Blue) = 118+24+58=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76183A is #89E7C5. Grayscale: #373737. Windows color (decimal): -9037766 or 3807350. OLE color: 3807350.

HSL color Cylindrical-coordinate representation of color #76183A: hue angle of 338.3º 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 #76183A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1182458-
CMYK00.800.510.54
HSL338.3º66.2%27.84%-
HSV(B)338.3º79.66%46.27%-
XYZ8.564.814.48-
YUV55.98129.14172.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 58 (23.05% from 255) = 29%
R=59%
G=12%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118245800.800.510.54338.366.227.84
Hex76183A0503336152421c
Octal16630720120636652210234
Binary11101101100011101001010000110011110110101010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76183A; }

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

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

<style>
 a { background-color: #76183A; }

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

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

<style>
 span { border-color: #76183A; }

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

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