#762139

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

Shades of Claret #762139

Tints of Claret #762139

Color information

#762139 (or 0x762139) is unknown color: approx Claret. HEX triplet: 76, 21 and 39. RGB value is (118,33,57). Sum of RGB (Red+Green+Blue) = 118+33+57=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #762139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762139 is #89DEC6. Grayscale: #3D3D3D. Windows color (decimal): -9035463 or 3744118. OLE color: 3744118.

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

Color convert

RGB1183357-
CMYK00.720.520.54
HSL343.06º56.29%29.61%-
HSV(B)343.06º72.03%46.27%-
XYZ8.755.234.42-
YUV61.15125.66168.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=56.73%
G=15.87%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118335700.720.520.54343.0656.2929.61
Hex7621390483436157381e
Octal1664171011064665277036
Binary11101101000011110010100100011010011011010101011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762139; }

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

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

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

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

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

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

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

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