#762132

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

Shades of Claret #762132

Tints of Claret #762132

Color information

#762132 (or 0x762132) is unknown color: approx Claret. HEX triplet: 76, 21 and 32. RGB value is (118,33,50). Sum of RGB (Red+Green+Blue) = 118+33+50=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #762132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762132 is #89DECD. Grayscale: #3C3C3C. Windows color (decimal): -9035470 or 3285366. OLE color: 3285366.

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

Color convert

RGB1183350-
CMYK00.720.580.54
HSL348º56.29%29.61%-
HSV(B)348º72.03%46.27%-
XYZ8.595.173.56-
YUV60.35122.16169.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=58.71%
G=16.42%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118335000.720.580.5434856.2929.61
Hex7621320483A3615c381e
Octal1664162011072665347036
Binary11101101000011100100100100011101011011010101110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762132; }

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

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

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

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

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

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

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

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