Html Css Color HEX #74284C Flirt

📋 copy color: '#74284C'

red 116 ◦ green 40 ◦ blue 76

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

Shades of Flirt #74284C

Tints of Flirt #74284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 50%
G = 17.24%
B = 32.76%

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

#74284C (or 0x74284C) is known color: Flirt. HEX triplet: 74, 28 and 4C. RGB value is (116,40,76). Sum of RGB (Red+Green+Blue) = 116+40+76=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74284C is #8BD7B3. Grayscale: #424242. Windows color (decimal): -9164724 or 4991092. OLE color: 4991092.

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

Color convert

RGB 116 40 76 -
CMYK 0 0.66 0.34 0.55
HSL 331.58º 0.49% 0.31% -
HSV(B) 331.58º 0.66% 0.45% -
XYZ 9.27 5.75 7.46 -
YUV 66.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 116 40 76 0 0.66 0.34 0.55 331.58 0.49 0.31
Hex 74 28 4C 0 42 22 37 14C 31 1F
Octal 164 50 114 0 102 42 67 514 61 37
Binary 1110100 101000 1001100 0 1000010 100010 110111 101001100 110001 11111

Color Harmonies of #74284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74284C

Black with #74284C

Text Example


Text Example

White with #74284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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