Html Css Color HEX #702548 Pompadour

📋 copy color: '#702548'

red 112 ◦ green 37 ◦ blue 72

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

Shades of Pompadour #702548

Tints of Pompadour #702548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

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

R = 50.68%
G = 16.74%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702548 (or 0x702548) is known color: Pompadour. HEX triplet: 70, 25 and 48. RGB value is (112,37,72). Sum of RGB (Red+Green+Blue) = 112+37+72=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #702548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702548 is #8FDAB7. Grayscale: #3F3F3F. Windows color (decimal): -9427640 or 4728176. OLE color: 4728176.

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

Color convert

RGB 112 37 72 -
CMYK 0 0.67 0.36 0.56
HSL 332º 0.5% 0.29% -
HSV(B) 332º 0.67% 0.44% -
XYZ 8.51 5.24 6.69 -
YUV 63.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 112 37 72 0 0.67 0.36 0.56 332 0.5 0.29
Hex 70 25 48 0 43 24 38 14C 32 1D
Octal 160 45 110 0 103 44 70 514 62 35
Binary 1110000 100101 1001000 0 1000011 100100 111000 101001100 110010 11101

Color Harmonies of #702548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702548

Black with #702548

Text Example


Text Example

White with #702548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702548; }

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

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

background-color css

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

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

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

border-color css

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

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

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