#761F32

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

Shades of Claret #761F32

Tints of Claret #761F32

Color information

#761F32 (or 0x761F32) is unknown color: approx Claret. HEX triplet: 76, 1F and 32. RGB value is (118,31,50). Sum of RGB (Red+Green+Blue) = 118+31+50=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #761F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F32 is #89E0CD. Grayscale: #3B3B3B. Windows color (decimal): -9035982 or 3284854. OLE color: 3284854.

HSL color Cylindrical-coordinate representation of color #761F32: hue angle of 346.9º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F32 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1183150-
CMYK00.740.580.54
HSL346.9º58.39%29.22%-
HSV(B)346.9º73.73%46.27%-
XYZ8.545.063.54-
YUV59.18122.82169.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 31 (12.5% from 255) = 15.58%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=59.30%
G=15.58%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118315000.740.580.54346.958.3929.22
Hex761F3204A3A3615b3a1d
Octal1663762011272665337235
Binary1110110111111100100100101011101011011010101101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761F32; }

 p { color: rgb(118,31,50); }

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

<style>
 a { background-color: #761F32; }

 a { background-color: rgb(118,31,50); }

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

<style>
 span { border-color: #761F32; }

 span { border-color: rgb(118,31,50); }

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