Html Css Color HEX #702144 Pompadour

📋 copy color: '#702144'

red 112 ◦ green 33 ◦ blue 68

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

Shades of Pompadour #702144

Tints of Pompadour #702144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

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

R = 52.58%
G = 15.49%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#702144 (or 0x702144) is known color: Pompadour. HEX triplet: 70, 21 and 44. RGB value is (112,33,68). Sum of RGB (Red+Green+Blue) = 112+33+68=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #702144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702144 is #8FDEBB. Grayscale: #3C3C3C. Windows color (decimal): -9428668 or 4465008. OLE color: 4465008.

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

Color convert

RGB 112 33 68 -
CMYK 0 0.71 0.39 0.56
HSL 333.42º 0.54% 0.28% -
HSV(B) 333.42º 0.71% 0.44% -
XYZ 8.27 4.95 5.99 -
YUV 60.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 112 33 68 0 0.71 0.39 0.56 333.42 0.54 0.28
Hex 70 21 44 0 47 27 38 14D 36 1C
Octal 160 41 104 0 107 47 70 515 66 34
Binary 1110000 100001 1000100 0 1000111 100111 111000 101001101 110110 11100

Color Harmonies of #702144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702144

Black with #702144

Text Example


Text Example

White with #702144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702144; }

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

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

background-color css

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

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

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

border-color css

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

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

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