#762332

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

Shades of Claret #762332

Tints of Claret #762332

Color information

#762332 (or 0x762332) is unknown color: approx Claret. HEX triplet: 76, 23 and 32. RGB value is (118,35,50). Sum of RGB (Red+Green+Blue) = 118+35+50=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #762332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762332 is #89DCCD. Grayscale: #3D3D3D. Windows color (decimal): -9034958 or 3285878. OLE color: 3285878.

HSL color Cylindrical-coordinate representation of color #762332: hue angle of 349.16º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762332 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1183550-
CMYK00.700.580.54
HSL349.16º54.25%30%-
HSV(B)349.16º70.34%46.27%-
XYZ8.655.283.58-
YUV61.53121.5168.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=58.13%
G=17.24%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118355000.700.580.54349.1654.2530
Hex7623320463A3615d361e
Octal1664362010672665356636
Binary11101101000111100100100011011101011011010101110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762332; }

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

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

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

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

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

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

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

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