#761435

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

Shades of Claret #761435

Tints of Claret #761435

Color information

#761435 (or 0x761435) is unknown color: approx Claret. HEX triplet: 76, 14 and 35. RGB value is (118,20,53). Sum of RGB (Red+Green+Blue) = 118+20+53=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #761435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761435 is #89EBCA. Grayscale: #353535. Windows color (decimal): -9038795 or 3478646. OLE color: 3478646.

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

Color convert

RGB1182053-
CMYK00.830.550.54
HSL339.8º71.01%27.06%-
HSV(B)339.8º83.05%46.27%-
XYZ8.364.613.82-
YUV53.06127.97174.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=61.78%
G=10.47%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118205300.830.550.54339.871.0127.06
Hex7614350533736154471b
Octal16624650123676652410733
Binary11101101010011010101010011110111110110101010100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761435; }

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

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

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

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

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

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

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

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