Html Css Color HEX #742B46 Flirt

📋 copy color: '#742B46'

red 116 ◦ green 43 ◦ blue 70

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

Shades of Flirt #742B46

Tints of Flirt #742B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.78%

 BLUE value IS 70 (27.73% from 255) = 30.57%

R = 50.66%
G = 18.78%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#742B46 (or 0x742B46) is known color: Flirt. HEX triplet: 74, 2B and 46. RGB value is (116,43,70). Sum of RGB (Red+Green+Blue) = 116+43+70=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #742B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B46 is #8BD4B9. Grayscale: #434343. Windows color (decimal): -9163962 or 4598644. OLE color: 4598644.

HSL color Cylindrical-coordinate representation of color #742B46: hue angle of 337.81º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #742B46 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 43 70 -
CMYK 0 0.63 0.40 0.55
HSL 337.81º 0.46% 0.31% -
HSV(B) 337.81º 0.63% 0.45% -
XYZ 9.17 5.88 6.45 -
YUV 67.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 116 43 70 0 0.63 0.40 0.55 337.81 0.46 0.31
Hex 74 2B 46 0 3F 28 37 152 2E 1F
Octal 164 53 106 0 77 50 67 522 56 37
Binary 1110100 101011 1000110 0 111111 101000 110111 101010010 101110 11111

Color Harmonies of #742B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B46

Black with #742B46

Text Example


Text Example

White with #742B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742B46; }

 p { color: rgb(116,43,70); }

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

background-color css

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

 a { background-color: rgb(116,43,70); }

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

border-color css

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

 span { border-color: rgb(116,43,70); }

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