#761832

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

Shades of Claret #761832

Tints of Claret #761832

Color information

#761832 (or 0x761832) is unknown color: approx Claret. HEX triplet: 76, 18 and 32. RGB value is (118,24,50). Sum of RGB (Red+Green+Blue) = 118+24+50=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #761832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761832 is #89E7CD. Grayscale: #373737. Windows color (decimal): -9037774 or 3283062. OLE color: 3283062.

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

Color convert

RGB1182450-
CMYK00.800.580.54
HSL343.4º66.2%27.84%-
HSV(B)343.4º79.66%46.27%-
XYZ8.374.743.49-
YUV55.07125.14172.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 50 (19.92% from 255) = 26.04%
R=61.46%
G=12.5%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118245000.800.580.54343.466.227.84
Hex7618320503A36157421c
Octal16630620120726652710234
Binary11101101100011001001010000111010110110101010111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761832; }

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

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

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

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

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

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

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

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