#762138

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

Shades of Claret #762138

Tints of Claret #762138

Color information

#762138 (or 0x762138) is unknown color: approx Claret. HEX triplet: 76, 21 and 38. RGB value is (118,33,56). Sum of RGB (Red+Green+Blue) = 118+33+56=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #762138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762138 is #89DEC7. Grayscale: #3D3D3D. Windows color (decimal): -9035464 or 3678582. OLE color: 3678582.

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

Color convert

RGB1183356-
CMYK00.720.530.54
HSL343.76º56.29%29.61%-
HSV(B)343.76º72.03%46.27%-
XYZ8.735.224.29-
YUV61.04125.16168.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=57.00%
G=15.94%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118335600.720.530.54343.7656.2929.61
Hex7621380483536158381e
Octal1664170011065665307036
Binary11101101000011110000100100011010111011010101100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762138; }

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

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

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

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

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

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

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

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