Html Css Color HEX #702845 Pompadour

📋 copy color: '#702845'

red 112 ◦ green 40 ◦ blue 69

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

Shades of Pompadour #702845

Tints of Pompadour #702845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

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

R = 50.68%
G = 18.1%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#702845 (or 0x702845) is known color: Pompadour. HEX triplet: 70, 28 and 45. RGB value is (112,40,69). Sum of RGB (Red+Green+Blue) = 112+40+69=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #702845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702845 is #8FD7BA. Grayscale: #404040. Windows color (decimal): -9426875 or 4532336. OLE color: 4532336.

HSL color Cylindrical-coordinate representation of color #702845: hue angle of 335.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702845 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 40 69 -
CMYK 0 0.64 0.38 0.56
HSL 335.83º 0.47% 0.3% -
HSV(B) 335.83º 0.64% 0.44% -
XYZ 8.52 5.39 6.22 -
YUV 64.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 112 40 69 0 0.64 0.38 0.56 335.83 0.47 0.3
Hex 70 28 45 0 40 26 38 150 2F 1E
Octal 160 50 105 0 100 46 70 520 57 36
Binary 1110000 101000 1000101 0 1000000 100110 111000 101010000 101111 11110

Color Harmonies of #702845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702845

Black with #702845

Text Example


Text Example

White with #702845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702845; }

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

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

background-color css

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

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

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

border-color css

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

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

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