Html Css Color HEX #742543 Flirt

📋 copy color: '#742543'

red 116 ◦ green 37 ◦ blue 67

#742543
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #742543

Tints of Flirt #742543

RGB

 RED value IS 116 (45.7% from 255) = 52.73%

 GREEN value IS 37 (14.84% from 255) = 16.82%

 BLUE value IS 67 (26.56% from 255) = 30.45%

R = 52.73%
G = 16.82%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#742543 (or 0x742543) is known color: Flirt. HEX triplet: 74, 25 and 43. RGB value is (116,37,67). Sum of RGB (Red+Green+Blue) = 116+37+67=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #742543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742543 is #8BDABC. Grayscale: #3F3F3F. Windows color (decimal): -9165501 or 4400500. OLE color: 4400500.

HSL color Cylindrical-coordinate representation of color #742543: hue angle of 337.22º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742543 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 67 -
CMYK 0 0.68 0.42 0.55
HSL 337.22º 0.52% 0.3% -
HSV(B) 337.22º 0.68% 0.45% -
XYZ 8.88 5.44 5.89 -
YUV 64.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 116 37 67 0 0.68 0.42 0.55 337.22 0.52 0.3
Hex 74 25 43 0 44 2A 37 151 34 1E
Octal 164 45 103 0 104 52 67 521 64 36
Binary 1110100 100101 1000011 0 1000100 101010 110111 101010001 110100 11110

Color Harmonies of #742543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742543

Black with #742543

Text Example


Text Example

White with #742543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742543; }

 p { color: rgb(116,37,67); }

 H1.HeaderClassName
 {
   color: #742543;
 }
 .AnyTagClassName
 {
   color: #742543;
 }
</style>

background-color css

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

 a { background-color: rgb(116,37,67); }

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

border-color css

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

 span { border-color: rgb(116,37,67); }

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