Html Css Color HEX #74284F Flirt

📋 copy color: '#74284F'

red 116 ◦ green 40 ◦ blue 79

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

Shades of Flirt #74284F

Tints of Flirt #74284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.62%

R = 49.36%
G = 17.02%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74284F (or 0x74284F) is known color: Flirt. HEX triplet: 74, 28 and 4F. RGB value is (116,40,79). Sum of RGB (Red+Green+Blue) = 116+40+79=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #74284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74284F is #8BD7B0. Grayscale: #434343. Windows color (decimal): -9164721 or 5187700. OLE color: 5187700.

HSL color Cylindrical-coordinate representation of color #74284F: hue angle of 329.21º 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 #74284F is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 40 79 -
CMYK 0 0.66 0.32 0.55
HSL 329.21º 0.49% 0.31% -
HSV(B) 329.21º 0.66% 0.45% -
XYZ 9.37 5.8 8.02 -
YUV 67.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 116 40 79 0 0.66 0.32 0.55 329.21 0.49 0.31
Hex 74 28 4F 0 42 20 37 149 31 1F
Octal 164 50 117 0 102 40 67 511 61 37
Binary 1110100 101000 1001111 0 1000010 100000 110111 101001001 110001 11111

Color Harmonies of #74284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74284F

Black with #74284F

Text Example


Text Example

White with #74284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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