Html Css Color HEX #702844 Pompadour

📋 copy color: '#702844'

red 112 ◦ green 40 ◦ blue 68

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

Shades of Pompadour #702844

Tints of Pompadour #702844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

 BLUE value IS 68 (26.95% from 255) = 30.91%

R = 50.91%
G = 18.18%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#702844 (or 0x702844) is known color: Pompadour. HEX triplet: 70, 28 and 44. RGB value is (112,40,68). Sum of RGB (Red+Green+Blue) = 112+40+68=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #702844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702844 is #8FD7BB. Grayscale: #404040. Windows color (decimal): -9426876 or 4466800. OLE color: 4466800.

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

Color convert

RGB 112 40 68 -
CMYK 0 0.64 0.39 0.56
HSL 336.67º 0.47% 0.3% -
HSV(B) 336.67º 0.64% 0.44% -
XYZ 8.48 5.38 6.06 -
YUV 64.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 112 40 68 0 0.64 0.39 0.56 336.67 0.47 0.3
Hex 70 28 44 0 40 27 38 151 2F 1E
Octal 160 50 104 0 100 47 70 521 57 36
Binary 1110000 101000 1000100 0 1000000 100111 111000 101010001 101111 11110

Color Harmonies of #702844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702844

Black with #702844

Text Example


Text Example

White with #702844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702844; }

 p { color: rgb(112,40,68); }

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

background-color css

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

 a { background-color: rgb(112,40,68); }

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

border-color css

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

 span { border-color: rgb(112,40,68); }

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