#762542

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

Shades of Flirt #762542

Tints of Flirt #762542

Color information

#762542 (or 0x762542) is unknown color: approx Flirt. HEX triplet: 76, 25 and 42. RGB value is (118,37,66). Sum of RGB (Red+Green+Blue) = 118+37+66=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #762542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762542 is #89DABD. Grayscale: #404040. Windows color (decimal): -9034430 or 4334966. OLE color: 4334966.

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

Color convert

RGB1183766-
CMYK00.690.440.54
HSL338.52º52.26%30.39%-
HSV(B)338.52º68.64%46.27%-
XYZ9.125.575.75-
YUV64.52128.84166.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=53.39%
G=16.74%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118376600.690.440.54338.5252.2630.39
Hex7625420452C36153341e
Octal16645102010554665236436
Binary111011010010110000100100010110110011011010101001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762542; }

 p { color: rgb(118,37,66); }

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

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

 a { background-color: rgb(118,37,66); }

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

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

 span { border-color: rgb(118,37,66); }

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