Html Css Color HEX #74284D Flirt

📋 copy color: '#74284D'

red 116 ◦ green 40 ◦ blue 77

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

Shades of Flirt #74284D

Tints of Flirt #74284D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 49.79%
G = 17.17%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74284D (or 0x74284D) is known color: Flirt. HEX triplet: 74, 28 and 4D. RGB value is (116,40,77). Sum of RGB (Red+Green+Blue) = 116+40+77=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #74284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74284D is #8BD7B2. Grayscale: #424242. Windows color (decimal): -9164723 or 5056628. OLE color: 5056628.

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

Color convert

RGB 116 40 77 -
CMYK 0 0.66 0.34 0.55
HSL 330.79º 0.49% 0.31% -
HSV(B) 330.79º 0.66% 0.45% -
XYZ 9.3 5.77 7.64 -
YUV 66.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 116 40 77 0 0.66 0.34 0.55 330.79 0.49 0.31
Hex 74 28 4D 0 42 22 37 14B 31 1F
Octal 164 50 115 0 102 42 67 513 61 37
Binary 1110100 101000 1001101 0 1000010 100010 110111 101001011 110001 11111

Color Harmonies of #74284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74284D

Black with #74284D

Text Example


Text Example

White with #74284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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