Html Css Color HEX #702248 Pompadour

📋 copy color: '#702248'

red 112 ◦ green 34 ◦ blue 72

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

Shades of Pompadour #702248

Tints of Pompadour #702248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 51.38%
G = 15.6%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702248 (or 0x702248) is known color: Pompadour. HEX triplet: 70, 22 and 48. RGB value is (112,34,72). Sum of RGB (Red+Green+Blue) = 112+34+72=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #702248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702248 is #8FDDB7. Grayscale: #3D3D3D. Windows color (decimal): -9428408 or 4727408. OLE color: 4727408.

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

Color convert

RGB 112 34 72 -
CMYK 0 0.70 0.36 0.56
HSL 330.77º 0.53% 0.29% -
HSV(B) 330.77º 0.7% 0.44% -
XYZ 8.42 5.06 6.66 -
YUV 61.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 112 34 72 0 0.70 0.36 0.56 330.77 0.53 0.29
Hex 70 22 48 0 46 24 38 14B 35 1D
Octal 160 42 110 0 106 44 70 513 65 35
Binary 1110000 100010 1001000 0 1000110 100100 111000 101001011 110101 11101

Color Harmonies of #702248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702248

Black with #702248

Text Example


Text Example

White with #702248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702248; }

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

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

background-color css

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

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

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

border-color css

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

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

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