Html Css Color HEX #742646 Flirt

📋 copy color: '#742646'

red 116 ◦ green 38 ◦ blue 70

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

Shades of Flirt #742646

Tints of Flirt #742646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

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

R = 51.79%
G = 16.96%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#742646 (or 0x742646) is known color: Flirt. HEX triplet: 74, 26 and 46. RGB value is (116,38,70). Sum of RGB (Red+Green+Blue) = 116+38+70=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #742646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742646 is #8BD9B9. Grayscale: #404040. Windows color (decimal): -9165242 or 4597364. OLE color: 4597364.

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

Color convert

RGB 116 38 70 -
CMYK 0 0.67 0.40 0.55
HSL 335.38º 0.51% 0.3% -
HSV(B) 335.38º 0.67% 0.45% -
XYZ 9 5.54 6.39 -
YUV 64.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 116 38 70 0 0.67 0.40 0.55 335.38 0.51 0.3
Hex 74 26 46 0 43 28 37 14F 33 1E
Octal 164 46 106 0 103 50 67 517 63 36
Binary 1110100 100110 1000110 0 1000011 101000 110111 101001111 110011 11110

Color Harmonies of #742646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742646

Black with #742646

Text Example


Text Example

White with #742646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742646; }

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

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

background-color css

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

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

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

border-color css

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

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

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