Html Css Color HEX #702545 Pompadour

📋 copy color: '#702545'

red 112 ◦ green 37 ◦ blue 69

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

Shades of Pompadour #702545

Tints of Pompadour #702545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 51.38%
G = 16.97%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#702545 (or 0x702545) is known color: Pompadour. HEX triplet: 70, 25 and 45. RGB value is (112,37,69). Sum of RGB (Red+Green+Blue) = 112+37+69=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #702545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702545 is #8FDABA. Grayscale: #3F3F3F. Windows color (decimal): -9427643 or 4531568. OLE color: 4531568.

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

Color convert

RGB 112 37 69 -
CMYK 0 0.67 0.38 0.56
HSL 334.4º 0.5% 0.29% -
HSV(B) 334.4º 0.67% 0.44% -
XYZ 8.42 5.2 6.19 -
YUV 63.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 112 37 69 0 0.67 0.38 0.56 334.4 0.5 0.29
Hex 70 25 45 0 43 26 38 14E 32 1D
Octal 160 45 105 0 103 46 70 516 62 35
Binary 1110000 100101 1000101 0 1000011 100110 111000 101001110 110010 11101

Color Harmonies of #702545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702545

Black with #702545

Text Example


Text Example

White with #702545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702545; }

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

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

background-color css

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

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

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

border-color css

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

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

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