Html Css Color HEX #74314B Flirt

📋 copy color: '#74314B'

red 116 ◦ green 49 ◦ blue 75

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

Shades of Flirt #74314B

Tints of Flirt #74314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

 BLUE value IS 75 (29.69% from 255) = 31.25%

R = 48.33%
G = 20.42%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74314B (or 0x74314B) is known color: Flirt. HEX triplet: 74, 31 and 4B. RGB value is (116,49,75). Sum of RGB (Red+Green+Blue) = 116+49+75=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #74314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74314B is #8BCEB4. Grayscale: #474747. Windows color (decimal): -9162421 or 4927860. OLE color: 4927860.

HSL color Cylindrical-coordinate representation of color #74314B: hue angle of 336.72º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74314B is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 75 -
CMYK 0 0.58 0.35 0.55
HSL 336.72º 0.41% 0.32% -
HSV(B) 336.72º 0.58% 0.45% -
XYZ 9.57 6.42 7.39 -
YUV 72 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 116 49 75 0 0.58 0.35 0.55 336.72 0.41 0.32
Hex 74 31 4B 0 3A 23 37 151 29 20
Octal 164 61 113 0 72 43 67 521 51 40
Binary 1110100 110001 1001011 0 111010 100011 110111 101010001 101001 100000

Color Harmonies of #74314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74314B

Black with #74314B

Text Example


Text Example

White with #74314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74314B; }

 p { color: rgb(116,49,75); }

 H1.HeaderClassName
 {
   color: #74314B;
 }
 .AnyTagClassName
 {
   color: #74314B;
 }
</style>

background-color css

<style>
 a { background-color: #74314B; }

 a { background-color: rgb(116,49,75); }

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

border-color css

<style>
 span { border-color: #74314B; }

 span { border-color: rgb(116,49,75); }

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