Html Css Color HEX #70374E Flirt

📋 copy color: '#70374E'

red 112 ◦ green 55 ◦ blue 78

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

Shades of Flirt #70374E

Tints of Flirt #70374E

RGB

 RED value IS 112 (44.14% from 255) = 45.71%

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 45.71%
G = 22.45%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70374E (or 0x70374E) is known color: Flirt. HEX triplet: 70, 37 and 4E. RGB value is (112,55,78). Sum of RGB (Red+Green+Blue) = 112+55+78=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70374E is #8FC8B1. Grayscale: #4A4A4A. Windows color (decimal): -9423026 or 5126000. OLE color: 5126000.

HSL color Cylindrical-coordinate representation of color #70374E: hue angle of 335.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70374E is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 78 -
CMYK 0 0.51 0.30 0.56
HSL 335.79º 0.34% 0.33% -
HSV(B) 335.79º 0.51% 0.44% -
XYZ 9.42 6.73 8.01 -
YUV 74.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 112 55 78 0 0.51 0.30 0.56 335.79 0.34 0.33
Hex 70 37 4E 0 33 1E 38 150 22 21
Octal 160 67 116 0 63 36 70 520 42 41
Binary 1110000 110111 1001110 0 110011 11110 111000 101010000 100010 100001

Color Harmonies of #70374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70374E

Black with #70374E

Text Example


Text Example

White with #70374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70374E; }

 p { color: rgb(112,55,78); }

 H1.HeaderClassName
 {
   color: #70374E;
 }
 .AnyTagClassName
 {
   color: #70374E;
 }
</style>

background-color css

<style>
 a { background-color: #70374E; }

 a { background-color: rgb(112,55,78); }

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

border-color css

<style>
 span { border-color: #70374E; }

 span { border-color: rgb(112,55,78); }

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