Html Css Color HEX #74284A Flirt

📋 copy color: '#74284A'

red 116 ◦ green 40 ◦ blue 74

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

Shades of Flirt #74284A

Tints of Flirt #74284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

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

R = 50.43%
G = 17.39%
B = 32.17%

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

#74284A (or 0x74284A) is known color: Flirt. HEX triplet: 74, 28 and 4A. RGB value is (116,40,74). Sum of RGB (Red+Green+Blue) = 116+40+74=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74284A is #8BD7B5. Grayscale: #424242. Windows color (decimal): -9164726 or 4860020. OLE color: 4860020.

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

Color convert

RGB 116 40 74 -
CMYK 0 0.66 0.36 0.55
HSL 333.16º 0.49% 0.31% -
HSV(B) 333.16º 0.66% 0.45% -
XYZ 9.2 5.73 7.1 -
YUV 66.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 116 40 74 0 0.66 0.36 0.55 333.16 0.49 0.31
Hex 74 28 4A 0 42 24 37 14D 31 1F
Octal 164 50 112 0 102 44 67 515 61 37
Binary 1110100 101000 1001010 0 1000010 100100 110111 101001101 110001 11111

Color Harmonies of #74284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74284A

Black with #74284A

Text Example


Text Example

White with #74284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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