#761835

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

Shades of Claret #761835

Tints of Claret #761835

Color information

#761835 (or 0x761835) is unknown color: approx Claret. HEX triplet: 76, 18 and 35. RGB value is (118,24,53). Sum of RGB (Red+Green+Blue) = 118+24+53=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #761835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761835 is #89E7CA. Grayscale: #373737. Windows color (decimal): -9037771 or 3479670. OLE color: 3479670.

HSL color Cylindrical-coordinate representation of color #761835: hue angle of 341.49º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761835 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1182453-
CMYK00.800.550.54
HSL341.49º66.2%27.84%-
HSV(B)341.49º79.66%46.27%-
XYZ8.444.763.84-
YUV55.41126.64172.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=60.51%
G=12.31%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118245300.800.550.54341.4966.227.84
Hex7618350503736155421c
Octal16630650120676652510234
Binary11101101100011010101010000110111110110101010101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761835; }

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

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

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

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

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

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

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

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