Html Css Color HEX #703248 Flirt

📋 copy color: '#703248'

red 112 ◦ green 50 ◦ blue 72

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

Shades of Flirt #703248

Tints of Flirt #703248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 47.86%
G = 21.37%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#703248 (or 0x703248) is known color: Flirt. HEX triplet: 70, 32 and 48. RGB value is (112,50,72). Sum of RGB (Red+Green+Blue) = 112+50+72=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #703248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703248 is #8FCDB7. Grayscale: #474747. Windows color (decimal): -9424312 or 4731504. OLE color: 4731504.

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

Color convert

RGB 112 50 72 -
CMYK 0 0.55 0.36 0.56
HSL 338.71º 0.38% 0.32% -
HSV(B) 338.71º 0.55% 0.44% -
XYZ 8.99 6.19 6.85 -
YUV 71.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 112 50 72 0 0.55 0.36 0.56 338.71 0.38 0.32
Hex 70 32 48 0 37 24 38 153 26 20
Octal 160 62 110 0 67 44 70 523 46 40
Binary 1110000 110010 1001000 0 110111 100100 111000 101010011 100110 100000

Color Harmonies of #703248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703248

Black with #703248

Text Example


Text Example

White with #703248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703248; }

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

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

background-color css

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

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

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

border-color css

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

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

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