Html Css Color HEX #74274F Flirt

📋 copy color: '#74274F'

red 116 ◦ green 39 ◦ blue 79

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

Shades of Flirt #74274F

Tints of Flirt #74274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.67%

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

R = 49.57%
G = 16.67%
B = 33.76%

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

#74274F (or 0x74274F) is known color: Flirt. HEX triplet: 74, 27 and 4F. RGB value is (116,39,79). Sum of RGB (Red+Green+Blue) = 116+39+79=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74274F is #8BD8B0. Grayscale: #424242. Windows color (decimal): -9164977 or 5187444. OLE color: 5187444.

HSL color Cylindrical-coordinate representation of color #74274F: hue angle of 328.83º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74274F is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 39 79 -
CMYK 0 0.66 0.32 0.55
HSL 328.83º 0.5% 0.3% -
HSV(B) 328.83º 0.66% 0.45% -
XYZ 9.34 5.73 8.01 -
YUV 66.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 116 39 79 0 0.66 0.32 0.55 328.83 0.5 0.3
Hex 74 27 4F 0 42 20 37 149 32 1E
Octal 164 47 117 0 102 40 67 511 62 36
Binary 1110100 100111 1001111 0 1000010 100000 110111 101001001 110010 11110

Color Harmonies of #74274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74274F

Black with #74274F

Text Example


Text Example

White with #74274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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