Html Css Color HEX #70344B Flirt

📋 copy color: '#70344B'

red 112 ◦ green 52 ◦ blue 75

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

Shades of Flirt #70344B

Tints of Flirt #70344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 46.86%
G = 21.76%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70344B (or 0x70344B) is known color: Flirt. HEX triplet: 70, 34 and 4B. RGB value is (112,52,75). Sum of RGB (Red+Green+Blue) = 112+52+75=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70344B is #8FCBB4. Grayscale: #484848. Windows color (decimal): -9423797 or 4928624. OLE color: 4928624.

HSL color Cylindrical-coordinate representation of color #70344B: hue angle of 337º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70344B is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 52 75 -
CMYK 0 0.54 0.33 0.56
HSL 337º 0.37% 0.32% -
HSV(B) 337º 0.54% 0.44% -
XYZ 9.18 6.41 7.41 -
YUV 72.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 112 52 75 0 0.54 0.33 0.56 337 0.37 0.32
Hex 70 34 4B 0 36 21 38 151 25 20
Octal 160 64 113 0 66 41 70 521 45 40
Binary 1110000 110100 1001011 0 110110 100001 111000 101010001 100101 100000

Color Harmonies of #70344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70344B

Black with #70344B

Text Example


Text Example

White with #70344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,52,75); }

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

background-color css

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

 a { background-color: rgb(112,52,75); }

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

border-color css

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

 span { border-color: rgb(112,52,75); }

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