#762339

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

Shades of Claret #762339

Tints of Claret #762339

Color information

#762339 (or 0x762339) is unknown color: approx Claret. HEX triplet: 76, 23 and 39. RGB value is (118,35,57). Sum of RGB (Red+Green+Blue) = 118+35+57=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #762339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762339 is #89DCC6. Grayscale: #3E3E3E. Windows color (decimal): -9034951 or 3744630. OLE color: 3744630.

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

Color convert

RGB1183557-
CMYK00.700.520.54
HSL344.1º54.25%30%-
HSV(B)344.1º70.34%46.27%-
XYZ8.815.354.44-
YUV62.32125167.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 57 (22.66% from 255) = 27.14%
R=56.19%
G=16.67%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118355700.700.520.54344.154.2530
Hex7623390463436158361e
Octal1664371010664665306636
Binary11101101000111110010100011011010011011010101100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762339; }

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

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

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

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

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

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

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

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