Html Css Color HEX #742648 Flirt

📋 copy color: '#742648'

red 116 ◦ green 38 ◦ blue 72

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

Shades of Flirt #742648

Tints of Flirt #742648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.86%

R = 51.33%
G = 16.81%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#742648 (or 0x742648) is known color: Flirt. HEX triplet: 74, 26 and 48. RGB value is (116,38,72). Sum of RGB (Red+Green+Blue) = 116+38+72=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #742648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742648 is #8BD9B7. Grayscale: #414141. Windows color (decimal): -9165240 or 4728436. OLE color: 4728436.

HSL color Cylindrical-coordinate representation of color #742648: hue angle of 333.85º 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 #742648 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 72 -
CMYK 0 0.67 0.38 0.55
HSL 333.85º 0.51% 0.3% -
HSV(B) 333.85º 0.67% 0.45% -
XYZ 9.07 5.57 6.73 -
YUV 65.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 116 38 72 0 0.67 0.38 0.55 333.85 0.51 0.3
Hex 74 26 48 0 43 26 37 14E 33 1E
Octal 164 46 110 0 103 46 67 516 63 36
Binary 1110100 100110 1001000 0 1000011 100110 110111 101001110 110011 11110

Color Harmonies of #742648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742648

Black with #742648

Text Example


Text Example

White with #742648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742648; }

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

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

background-color css

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

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

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

border-color css

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

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

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