#762949

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

Shades of Flirt #762949

Tints of Flirt #762949

Color information

#762949 (or 0x762949) is unknown color: approx Flirt. HEX triplet: 76, 29 and 49. RGB value is (118,41,73). Sum of RGB (Red+Green+Blue) = 118+41+73=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #762949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762949 is #89D6B6. Grayscale: #434343. Windows color (decimal): -9033399 or 4794742. OLE color: 4794742.

HSL color Cylindrical-coordinate representation of color #762949: hue angle of 335.06º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762949 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1184173-
CMYK00.650.380.54
HSL335.06º48.43%31.18%-
HSV(B)335.06º65.25%46.27%-
XYZ9.475.926.95-
YUV67.67131.01163.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=50.86%
G=17.67%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118417300.650.380.54335.0648.4331.18
Hex762949041263614f301f
Octal16651111010146665176037
Binary111011010100110010010100000110011011011010100111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762949; }

 p { color: rgb(118,41,73); }

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

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

 a { background-color: rgb(118,41,73); }

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

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

 span { border-color: rgb(118,41,73); }

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