Html Css Color HEX #74254A Flirt

📋 copy color: '#74254A'

red 116 ◦ green 37 ◦ blue 74

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

Shades of Flirt #74254A

Tints of Flirt #74254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 51.1%
G = 16.3%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74254A (or 0x74254A) is known color: Flirt. HEX triplet: 74, 25 and 4A. RGB value is (116,37,74). Sum of RGB (Red+Green+Blue) = 116+37+74=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74254A is #8BDAB5. Grayscale: #404040. Windows color (decimal): -9165494 or 4859252. OLE color: 4859252.

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

Color convert

RGB 116 37 74 -
CMYK 0 0.68 0.36 0.55
HSL 331.9º 0.52% 0.3% -
HSV(B) 331.9º 0.68% 0.45% -
XYZ 9.1 5.53 7.07 -
YUV 64.84 133.17 164.49 -
System Red Green Blue C M Y K H S L
Decimal 116 37 74 0 0.68 0.36 0.55 331.9 0.52 0.3
Hex 74 25 4A 0 44 24 37 14C 34 1E
Octal 164 45 112 0 104 44 67 514 64 36
Binary 1110100 100101 1001010 0 1000100 100100 110111 101001100 110100 11110

Color Harmonies of #74254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74254A

Black with #74254A

Text Example


Text Example

White with #74254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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