Html Css Color HEX #742843 Flirt

📋 copy color: '#742843'

red 116 ◦ green 40 ◦ blue 67

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

Shades of Flirt #742843

Tints of Flirt #742843

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

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

R = 52.02%
G = 17.94%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#742843 (or 0x742843) is known color: Flirt. HEX triplet: 74, 28 and 43. RGB value is (116,40,67). Sum of RGB (Red+Green+Blue) = 116+40+67=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #742843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742843 is #8BD7BC. Grayscale: #414141. Windows color (decimal): -9164733 or 4401268. OLE color: 4401268.

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

Color convert

RGB 116 40 67 -
CMYK 0 0.66 0.42 0.55
HSL 338.68º 0.49% 0.31% -
HSV(B) 338.68º 0.66% 0.45% -
XYZ 8.97 5.64 5.93 -
YUV 65.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 116 40 67 0 0.66 0.42 0.55 338.68 0.49 0.31
Hex 74 28 43 0 42 2A 37 153 31 1F
Octal 164 50 103 0 102 52 67 523 61 37
Binary 1110100 101000 1000011 0 1000010 101010 110111 101010011 110001 11111

Color Harmonies of #742843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742843

Black with #742843

Text Example


Text Example

White with #742843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742843; }

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

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

background-color css

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

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

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

border-color css

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

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

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