Html Css Color HEX #702745 Pompadour

📋 copy color: '#702745'

red 112 ◦ green 39 ◦ blue 69

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

Shades of Pompadour #702745

Tints of Pompadour #702745

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.73%

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

R = 50.91%
G = 17.73%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#702745 (or 0x702745) is known color: Pompadour. HEX triplet: 70, 27 and 45. RGB value is (112,39,69). Sum of RGB (Red+Green+Blue) = 112+39+69=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #702745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702745 is #8FD8BA. Grayscale: #404040. Windows color (decimal): -9427131 or 4532080. OLE color: 4532080.

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

Color convert

RGB 112 39 69 -
CMYK 0 0.65 0.38 0.56
HSL 335.34º 0.48% 0.3% -
HSV(B) 335.34º 0.65% 0.44% -
XYZ 8.48 5.33 6.21 -
YUV 64.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 112 39 69 0 0.65 0.38 0.56 335.34 0.48 0.3
Hex 70 27 45 0 41 26 38 14F 30 1E
Octal 160 47 105 0 101 46 70 517 60 36
Binary 1110000 100111 1000101 0 1000001 100110 111000 101001111 110000 11110

Color Harmonies of #702745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702745

Black with #702745

Text Example


Text Example

White with #702745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702745; }

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

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

background-color css

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

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

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

border-color css

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

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

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