Html Css Color HEX #74274A Flirt

📋 copy color: '#74274A'

red 116 ◦ green 39 ◦ blue 74

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

Shades of Flirt #74274A

Tints of Flirt #74274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.03%

 BLUE value IS 74 (29.3% from 255) = 32.31%

R = 50.66%
G = 17.03%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74274A (or 0x74274A) is known color: Flirt. HEX triplet: 74, 27 and 4A. RGB value is (116,39,74). Sum of RGB (Red+Green+Blue) = 116+39+74=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74274A is #8BD8B5. Grayscale: #414141. Windows color (decimal): -9164982 or 4859764. OLE color: 4859764.

HSL color Cylindrical-coordinate representation of color #74274A: hue angle of 332.73º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74274A is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 39 74 -
CMYK 0 0.66 0.36 0.55
HSL 332.73º 0.5% 0.3% -
HSV(B) 332.73º 0.66% 0.45% -
XYZ 9.16 5.66 7.09 -
YUV 66.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 116 39 74 0 0.66 0.36 0.55 332.73 0.5 0.3
Hex 74 27 4A 0 42 24 37 14D 32 1E
Octal 164 47 112 0 102 44 67 515 62 36
Binary 1110100 100111 1001010 0 1000010 100100 110111 101001101 110010 11110

Color Harmonies of #74274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74274A

Black with #74274A

Text Example


Text Example

White with #74274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74274A; }

 p { color: rgb(116,39,74); }

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

background-color css

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

 a { background-color: rgb(116,39,74); }

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

border-color css

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

 span { border-color: rgb(116,39,74); }

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