Html Css Color HEX #702446 Pompadour

📋 copy color: '#702446'

red 112 ◦ green 36 ◦ blue 70

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

Shades of Pompadour #702446

Tints of Pompadour #702446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

 BLUE value IS 70 (27.73% from 255) = 32.11%

R = 51.38%
G = 16.51%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#702446 (or 0x702446) is known color: Pompadour. HEX triplet: 70, 24 and 46. RGB value is (112,36,70). Sum of RGB (Red+Green+Blue) = 112+36+70=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #702446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702446 is #8FDBB9. Grayscale: #3E3E3E. Windows color (decimal): -9427898 or 4596848. OLE color: 4596848.

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

Color convert

RGB 112 36 70 -
CMYK 0 0.68 0.38 0.56
HSL 333.16º 0.51% 0.29% -
HSV(B) 333.16º 0.68% 0.44% -
XYZ 8.42 5.15 6.34 -
YUV 62.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 112 36 70 0 0.68 0.38 0.56 333.16 0.51 0.29
Hex 70 24 46 0 44 26 38 14D 33 1D
Octal 160 44 106 0 104 46 70 515 63 35
Binary 1110000 100100 1000110 0 1000100 100110 111000 101001101 110011 11101

Color Harmonies of #702446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702446

Black with #702446

Text Example


Text Example

White with #702446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702446; }

 p { color: rgb(112,36,70); }

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

background-color css

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

 a { background-color: rgb(112,36,70); }

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

border-color css

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

 span { border-color: rgb(112,36,70); }

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