Html Css Color HEX #702148 Pompadour

📋 copy color: '#702148'

red 112 ◦ green 33 ◦ blue 72

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

Shades of Pompadour #702148

Tints of Pompadour #702148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.21%

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

R = 51.61%
G = 15.21%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702148 (or 0x702148) is known color: Pompadour. HEX triplet: 70, 21 and 48. RGB value is (112,33,72). Sum of RGB (Red+Green+Blue) = 112+33+72=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #702148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702148 is #8FDEB7. Grayscale: #3C3C3C. Windows color (decimal): -9428664 or 4727152. OLE color: 4727152.

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

Color convert

RGB 112 33 72 -
CMYK 0 0.71 0.36 0.56
HSL 330.38º 0.54% 0.28% -
HSV(B) 330.38º 0.71% 0.44% -
XYZ 8.4 5 6.65 -
YUV 61.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 112 33 72 0 0.71 0.36 0.56 330.38 0.54 0.28
Hex 70 21 48 0 47 24 38 14A 36 1C
Octal 160 41 110 0 107 44 70 512 66 34
Binary 1110000 100001 1001000 0 1000111 100100 111000 101001010 110110 11100

Color Harmonies of #702148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702148

Black with #702148

Text Example


Text Example

White with #702148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702148; }

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

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

background-color css

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

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

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

border-color css

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

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

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