Html Css Color HEX #702246 Pompadour

📋 copy color: '#702246'

red 112 ◦ green 34 ◦ blue 70

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

Shades of Pompadour #702246

Tints of Pompadour #702246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

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

R = 51.85%
G = 15.74%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#702246 (or 0x702246) is known color: Pompadour. HEX triplet: 70, 22 and 46. RGB value is (112,34,70). Sum of RGB (Red+Green+Blue) = 112+34+70=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #702246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702246 is #8FDDB9. Grayscale: #3D3D3D. Windows color (decimal): -9428410 or 4596336. OLE color: 4596336.

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

Color convert

RGB 112 34 70 -
CMYK 0 0.70 0.38 0.56
HSL 332.31º 0.53% 0.29% -
HSV(B) 332.31º 0.7% 0.44% -
XYZ 8.36 5.03 6.32 -
YUV 61.43 132.84 164.07 -
System Red Green Blue C M Y K H S L
Decimal 112 34 70 0 0.70 0.38 0.56 332.31 0.53 0.29
Hex 70 22 46 0 46 26 38 14C 35 1D
Octal 160 42 106 0 106 46 70 514 65 35
Binary 1110000 100010 1000110 0 1000110 100110 111000 101001100 110101 11101

Color Harmonies of #702246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702246

Black with #702246

Text Example


Text Example

White with #702246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702246; }

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

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

background-color css

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

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

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

border-color css

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

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

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