#762539

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

Shades of Claret #762539

Tints of Claret #762539

Color information

#762539 (or 0x762539) is unknown color: approx Claret. HEX triplet: 76, 25 and 39. RGB value is (118,37,57). Sum of RGB (Red+Green+Blue) = 118+37+57=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #762539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762539 is #89DAC6. Grayscale: #3F3F3F. Windows color (decimal): -9034439 or 3745142. OLE color: 3745142.

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

Color convert

RGB1183757-
CMYK00.690.520.54
HSL345.19º52.26%30.39%-
HSV(B)345.19º68.64%46.27%-
XYZ8.875.474.46-
YUV63.5124.34166.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=55.66%
G=17.45%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118375700.690.520.54345.1952.2630.39
Hex7625390453436159341e
Octal1664571010564665316436
Binary11101101001011110010100010111010011011010101100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762539; }

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

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

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

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

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

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

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

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