Html Css Color HEX #702449 Pompadour

📋 copy color: '#702449'

red 112 ◦ green 36 ◦ blue 73

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

Shades of Pompadour #702449

Tints of Pompadour #702449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 50.68%
G = 16.29%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#702449 (or 0x702449) is known color: Pompadour. HEX triplet: 70, 24 and 49. RGB value is (112,36,73). Sum of RGB (Red+Green+Blue) = 112+36+73=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #702449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702449 is #8FDBB6. Grayscale: #3E3E3E. Windows color (decimal): -9427895 or 4793456. OLE color: 4793456.

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

Color convert

RGB 112 36 73 -
CMYK 0 0.68 0.35 0.56
HSL 330.79º 0.51% 0.29% -
HSV(B) 330.79º 0.68% 0.44% -
XYZ 8.52 5.19 6.86 -
YUV 62.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 112 36 73 0 0.68 0.35 0.56 330.79 0.51 0.29
Hex 70 24 49 0 44 23 38 14B 33 1D
Octal 160 44 111 0 104 43 70 513 63 35
Binary 1110000 100100 1001001 0 1000100 100011 111000 101001011 110011 11101

Color Harmonies of #702449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702449

Black with #702449

Text Example


Text Example

White with #702449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702449; }

 p { color: rgb(112,36,73); }

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

background-color css

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

 a { background-color: rgb(112,36,73); }

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

border-color css

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

 span { border-color: rgb(112,36,73); }

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