Html Css Color HEX #702948 Flirt

📋 copy color: '#702948'

red 112 ◦ green 41 ◦ blue 72

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

Shades of Flirt #702948

Tints of Flirt #702948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

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

R = 49.78%
G = 18.22%
B = 32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702948 (or 0x702948) is known color: Flirt. HEX triplet: 70, 29 and 48. RGB value is (112,41,72). Sum of RGB (Red+Green+Blue) = 112+41+72=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #702948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702948 is #8FD6B7. Grayscale: #414141. Windows color (decimal): -9426616 or 4729200. OLE color: 4729200.

HSL color Cylindrical-coordinate representation of color #702948: hue angle of 333.8º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702948 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 72 -
CMYK 0 0.63 0.36 0.56
HSL 333.8º 0.46% 0.3% -
HSV(B) 333.8º 0.63% 0.44% -
XYZ 8.64 5.5 6.74 -
YUV 65.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 112 41 72 0 0.63 0.36 0.56 333.8 0.46 0.3
Hex 70 29 48 0 3F 24 38 14E 2E 1E
Octal 160 51 110 0 77 44 70 516 56 36
Binary 1110000 101001 1001000 0 111111 100100 111000 101001110 101110 11110

Color Harmonies of #702948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702948

Black with #702948

Text Example


Text Example

White with #702948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702948; }

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

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

background-color css

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

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

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

border-color css

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

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

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