#7B2441

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

Shades of Flirt #7B2441

Tints of Flirt #7B2441

Color information

#7B2441 (or 0x7B2441) is unknown color: approx Flirt. HEX triplet: 7B, 24 and 41. RGB value is (123,36,65). Sum of RGB (Red+Green+Blue) = 123+36+65=224 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.91% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2441 is #84DBBE. Grayscale: #414141. Windows color (decimal): -8707007 or 4269179. OLE color: 4269179.

HSL color Cylindrical-coordinate representation of color #7B2441: hue angle of 340º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B2441 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB1233665-
CMYK00.710.470.52
HSL340º54.72%31.18%-
HSV(B)340º70.73%48.24%-
XYZ9.755.855.62-
YUV65.32127.82169.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.91%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=54.91%
G=16.07%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123366500.710.470.5234054.7231.18
Hex7B24410472F34154371f
Octal17344101010757645246737
Binary111101110010010000010100011110111111010010101010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B2441; }

 p { color: rgb(123,36,65); }

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

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

 a { background-color: rgb(123,36,65); }

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

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

 span { border-color: rgb(123,36,65); }

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