Html Css Color HEX #702D48 Flirt

📋 copy color: '#702D48'

red 112 ◦ green 45 ◦ blue 72

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

Shades of Flirt #702D48

Tints of Flirt #702D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

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

R = 48.91%
G = 19.65%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702D48 (or 0x702D48) is known color: Flirt. HEX triplet: 70, 2D and 48. RGB value is (112,45,72). Sum of RGB (Red+Green+Blue) = 112+45+72=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #702D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D48 is #8FD2B7. Grayscale: #444444. Windows color (decimal): -9425592 or 4730224. OLE color: 4730224.

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

Color convert

RGB 112 45 72 -
CMYK 0 0.60 0.36 0.56
HSL 335.82º 0.43% 0.31% -
HSV(B) 335.82º 0.6% 0.44% -
XYZ 8.79 5.79 6.79 -
YUV 68.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 112 45 72 0 0.60 0.36 0.56 335.82 0.43 0.31
Hex 70 2D 48 0 3C 24 38 150 2B 1F
Octal 160 55 110 0 74 44 70 520 53 37
Binary 1110000 101101 1001000 0 111100 100100 111000 101010000 101011 11111

Color Harmonies of #702D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D48

Black with #702D48

Text Example


Text Example

White with #702D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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