#762039

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

Shades of Claret #762039

Tints of Claret #762039

Color information

#762039 (or 0x762039) is unknown color: approx Claret. HEX triplet: 76, 20 and 39. RGB value is (118,32,57). Sum of RGB (Red+Green+Blue) = 118+32+57=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #762039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762039 is #89DFC6. Grayscale: #3C3C3C. Windows color (decimal): -9035719 or 3743862. OLE color: 3743862.

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

Color convert

RGB1183257-
CMYK00.730.520.54
HSL342.56º57.33%29.41%-
HSV(B)342.56º72.88%46.27%-
XYZ8.735.184.41-
YUV60.56125.99168.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 57 (22.66% from 255) = 27.54%
R=57.00%
G=15.46%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118325700.730.520.54342.5657.3329.41
Hex7620390493436157391d
Octal1664071011164665277135
Binary11101101000001110010100100111010011011010101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762039; }

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

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

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

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

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

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

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

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