Html Css Color HEX #702544 Pompadour

📋 copy color: '#702544'

red 112 ◦ green 37 ◦ blue 68

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

Shades of Pompadour #702544

Tints of Pompadour #702544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 51.61%
G = 17.05%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#702544 (or 0x702544) is known color: Pompadour. HEX triplet: 70, 25 and 44. RGB value is (112,37,68). Sum of RGB (Red+Green+Blue) = 112+37+68=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #702544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702544 is #8FDABB. Grayscale: #3E3E3E. Windows color (decimal): -9427644 or 4466032. OLE color: 4466032.

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

Color convert

RGB 112 37 68 -
CMYK 0 0.67 0.39 0.56
HSL 335.2º 0.5% 0.29% -
HSV(B) 335.2º 0.67% 0.44% -
XYZ 8.39 5.19 6.03 -
YUV 62.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 112 37 68 0 0.67 0.39 0.56 335.2 0.5 0.29
Hex 70 25 44 0 43 27 38 14F 32 1D
Octal 160 45 104 0 103 47 70 517 62 35
Binary 1110000 100101 1000100 0 1000011 100111 111000 101001111 110010 11101

Color Harmonies of #702544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702544

Black with #702544

Text Example


Text Example

White with #702544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702544; }

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

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

background-color css

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

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

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

border-color css

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

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

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