#761237

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

Shades of Claret #761237

Tints of Claret #761237

Color information

#761237 (or 0x761237) is unknown color: approx Claret. HEX triplet: 76, 12 and 37. RGB value is (118,18,55). Sum of RGB (Red+Green+Blue) = 118+18+55=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #761237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761237 is #89EDC8. Grayscale: #343434. Windows color (decimal): -9039305 or 3609206. OLE color: 3609206.

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

Color convert

RGB1181855-
CMYK00.850.530.54
HSL337.8º73.53%26.67%-
HSV(B)337.8º84.75%46.27%-
XYZ8.384.564.05-
YUV52.12129.63174.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 55 (21.88% from 255) = 28.80%
R=61.78%
G=9.42%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118185500.850.530.54337.873.5326.67
Hex76123705535361524a1b
Octal16622670125656652211233
Binary11101101001011011101010101110101110110101010010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761237; }

 p { color: rgb(118,18,55); }

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

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

 a { background-color: rgb(118,18,55); }

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

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

 span { border-color: rgb(118,18,55); }

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