#761236

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

Shades of Claret #761236

Tints of Claret #761236

Color information

#761236 (or 0x761236) is unknown color: approx Claret. HEX triplet: 76, 12 and 36. RGB value is (118,18,54). Sum of RGB (Red+Green+Blue) = 118+18+54=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #761236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761236 is #89EDC9. Grayscale: #333333. Windows color (decimal): -9039306 or 3543670. OLE color: 3543670.

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

Color convert

RGB1181854-
CMYK00.850.540.54
HSL338.4º73.53%26.67%-
HSV(B)338.4º84.75%46.27%-
XYZ8.354.553.93-
YUV52129.13175.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 54 (21.48% from 255) = 28.42%
R=62.11%
G=9.47%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118185400.850.540.54338.473.5326.67
Hex76123605536361524a1b
Octal16622660125666652211233
Binary11101101001011011001010101110110110110101010010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761236; }

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

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

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

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

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

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

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

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