#761433

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

Shades of Claret #761433

Tints of Claret #761433

Color information

#761433 (or 0x761433) is unknown color: approx Claret. HEX triplet: 76, 14 and 33. RGB value is (118,20,51). Sum of RGB (Red+Green+Blue) = 118+20+51=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #761433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761433 is #89EBCC. Grayscale: #343434. Windows color (decimal): -9038797 or 3347574. OLE color: 3347574.

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

Color convert

RGB1182051-
CMYK00.830.570.54
HSL341.02º71.01%27.06%-
HSV(B)341.02º83.05%46.27%-
XYZ8.324.593.58-
YUV52.84126.97174.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.43%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=62.43%
G=10.58%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118205100.830.570.54341.0271.0127.06
Hex7614330533936155471b
Octal16624630123716652510733
Binary11101101010011001101010011111001110110101010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761433; }

 p { color: rgb(118,20,51); }

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

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

 a { background-color: rgb(118,20,51); }

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

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

 span { border-color: rgb(118,20,51); }

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