#761034

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

Shades of Claret #761034

Tints of Claret #761034

Color information

#761034 (or 0x761034) is unknown color: approx Claret. HEX triplet: 76, 10 and 34. RGB value is (118,16,52). Sum of RGB (Red+Green+Blue) = 118+16+52=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #761034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761034 is #89EFCB. Grayscale: #323232. Windows color (decimal): -9039820 or 3412086. OLE color: 3412086.

HSL color Cylindrical-coordinate representation of color #761034: hue angle of 338.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761034 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1181652-
CMYK00.860.560.54
HSL338.82º76.12%26.27%-
HSV(B)338.82º86.44%46.27%-
XYZ8.284.473.68-
YUV50.6128.79176.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.44%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 52 (20.70% from 255) = 27.96%
R=63.44%
G=8.60%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118165200.860.560.54338.8276.1226.27
Hex76103405638361534c1a
Octal16620640126706652311432
Binary11101101000011010001010110111000110110101010011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761034; }

 p { color: rgb(118,16,52); }

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

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

 a { background-color: rgb(118,16,52); }

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

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

 span { border-color: rgb(118,16,52); }

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