#762136

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

Shades of Claret #762136

Tints of Claret #762136

Color information

#762136 (or 0x762136) is unknown color: approx Claret. HEX triplet: 76, 21 and 36. RGB value is (118,33,54). Sum of RGB (Red+Green+Blue) = 118+33+54=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #762136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762136 is #89DEC9. Grayscale: #3C3C3C. Windows color (decimal): -9035466 or 3547510. OLE color: 3547510.

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

Color convert

RGB1183354-
CMYK00.720.540.54
HSL345.18º56.29%29.61%-
HSV(B)345.18º72.03%46.27%-
XYZ8.685.214.04-
YUV60.81124.16168.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=57.56%
G=16.10%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118335400.720.540.54345.1856.2929.61
Hex7621360483636159381e
Octal1664166011066665317036
Binary11101101000011101100100100011011011011010101100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762136; }

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

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

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

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

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

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

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

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