Html Css Color HEX #702244 Pompadour

📋 copy color: '#702244'

red 112 ◦ green 34 ◦ blue 68

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

Shades of Pompadour #702244

Tints of Pompadour #702244

RGB

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

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

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

R = 52.34%
G = 15.89%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#702244 (or 0x702244) is known color: Pompadour. HEX triplet: 70, 22 and 44. RGB value is (112,34,68). Sum of RGB (Red+Green+Blue) = 112+34+68=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #702244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702244 is #8FDDBB. Grayscale: #3D3D3D. Windows color (decimal): -9428412 or 4465264. OLE color: 4465264.

HSL color Cylindrical-coordinate representation of color #702244: hue angle of 333.85º 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 #702244 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 68 -
CMYK 0 0.70 0.39 0.56
HSL 333.85º 0.53% 0.29% -
HSV(B) 333.85º 0.7% 0.44% -
XYZ 8.3 5.01 6 -
YUV 61.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 112 34 68 0 0.70 0.39 0.56 333.85 0.53 0.29
Hex 70 22 44 0 46 27 38 14E 35 1D
Octal 160 42 104 0 106 47 70 516 65 35
Binary 1110000 100010 1000100 0 1000110 100111 111000 101001110 110101 11101

Color Harmonies of #702244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702244

Black with #702244

Text Example


Text Example

White with #702244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702244; }

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

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

background-color css

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

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

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

border-color css

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

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

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