Html Css Color HEX #702045 Pompadour

📋 copy color: '#702045'

red 112 ◦ green 32 ◦ blue 69

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

Shades of Pompadour #702045

Tints of Pompadour #702045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

 BLUE value IS 69 (27.34% from 255) = 32.39%

R = 52.58%
G = 15.02%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#702045 (or 0x702045) is known color: Pompadour. HEX triplet: 70, 20 and 45. RGB value is (112,32,69). Sum of RGB (Red+Green+Blue) = 112+32+69=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #702045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702045 is #8FDFBA. Grayscale: #3C3C3C. Windows color (decimal): -9428923 or 4530288. OLE color: 4530288.

HSL color Cylindrical-coordinate representation of color #702045: hue angle of 332.25º degrees, saturation: 0.56, 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 #702045 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 69 -
CMYK 0 0.71 0.38 0.56
HSL 332.25º 0.56% 0.28% -
HSV(B) 332.25º 0.71% 0.44% -
XYZ 8.27 4.91 6.14 -
YUV 60.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 112 32 69 0 0.71 0.38 0.56 332.25 0.56 0.28
Hex 70 20 45 0 47 26 38 14C 38 1C
Octal 160 40 105 0 107 46 70 514 70 34
Binary 1110000 100000 1000101 0 1000111 100110 111000 101001100 111000 11100

Color Harmonies of #702045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702045

Black with #702045

Text Example


Text Example

White with #702045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702045; }

 p { color: rgb(112,32,69); }

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

background-color css

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

 a { background-color: rgb(112,32,69); }

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

border-color css

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

 span { border-color: rgb(112,32,69); }

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