#762038

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

Shades of Claret #762038

Tints of Claret #762038

Color information

#762038 (or 0x762038) is unknown color: approx Claret. HEX triplet: 76, 20 and 38. RGB value is (118,32,56). Sum of RGB (Red+Green+Blue) = 118+32+56=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762038 is #89DFC7. Grayscale: #3C3C3C. Windows color (decimal): -9035720 or 3678326. OLE color: 3678326.

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

Color convert

RGB1183256-
CMYK00.730.530.54
HSL343.26º57.33%29.41%-
HSV(B)343.26º72.88%46.27%-
XYZ8.75.174.28-
YUV60.45125.49169.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=57.28%
G=15.53%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118325600.730.530.54343.2657.3329.41
Hex7620380493536157391d
Octal1664070011165665277135
Binary11101101000001110000100100111010111011010101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762038; }

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

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

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

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

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

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

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

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