Html Css Color HEX #702145 Pompadour

📋 copy color: '#702145'

red 112 ◦ green 33 ◦ blue 69

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

Shades of Pompadour #702145

Tints of Pompadour #702145

RGB

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

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

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

R = 52.34%
G = 15.42%
B = 32.24%

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

#702145 (or 0x702145) is known color: Pompadour. HEX triplet: 70, 21 and 45. RGB value is (112,33,69). Sum of RGB (Red+Green+Blue) = 112+33+69=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #702145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702145 is #8FDEBA. Grayscale: #3C3C3C. Windows color (decimal): -9428667 or 4530544. OLE color: 4530544.

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

Color convert

RGB 112 33 69 -
CMYK 0 0.71 0.38 0.56
HSL 332.66º 0.54% 0.28% -
HSV(B) 332.66º 0.71% 0.44% -
XYZ 8.3 4.96 6.15 -
YUV 60.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 112 33 69 0 0.71 0.38 0.56 332.66 0.54 0.28
Hex 70 21 45 0 47 26 38 14D 36 1C
Octal 160 41 105 0 107 46 70 515 66 34
Binary 1110000 100001 1000101 0 1000111 100110 111000 101001101 110110 11100

Color Harmonies of #702145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702145

Black with #702145

Text Example


Text Example

White with #702145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702145; }

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

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

background-color css

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

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

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

border-color css

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

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

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