Html Css Color HEX #702F48 Flirt

📋 copy color: '#702F48'

red 112 ◦ green 47 ◦ blue 72

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

Shades of Flirt #702F48

Tints of Flirt #702F48

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.35%

 BLUE value IS 72 (28.52% from 255) = 31.17%

R = 48.48%
G = 20.35%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702F48 (or 0x702F48) is known color: Flirt. HEX triplet: 70, 2F and 48. RGB value is (112,47,72). Sum of RGB (Red+Green+Blue) = 112+47+72=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #702F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F48 is #8FD0B7. Grayscale: #454545. Windows color (decimal): -9425080 or 4730736. OLE color: 4730736.

HSL color Cylindrical-coordinate representation of color #702F48: hue angle of 336.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F48 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 72 -
CMYK 0 0.58 0.36 0.56
HSL 336.92º 0.41% 0.31% -
HSV(B) 336.92º 0.58% 0.44% -
XYZ 8.87 5.95 6.81 -
YUV 69.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 112 47 72 0 0.58 0.36 0.56 336.92 0.41 0.31
Hex 70 2F 48 0 3A 24 38 151 29 1F
Octal 160 57 110 0 72 44 70 521 51 37
Binary 1110000 101111 1001000 0 111010 100100 111000 101010001 101001 11111

Color Harmonies of #702F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F48

Black with #702F48

Text Example


Text Example

White with #702F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702F48; }

 p { color: rgb(112,47,72); }

 H1.HeaderClassName
 {
   color: #702F48;
 }
 .AnyTagClassName
 {
   color: #702F48;
 }
</style>

background-color css

<style>
 a { background-color: #702F48; }

 a { background-color: rgb(112,47,72); }

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

border-color css

<style>
 span { border-color: #702F48; }

 span { border-color: rgb(112,47,72); }

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