Html Css Color HEX #702644 Pompadour

📋 copy color: '#702644'

red 112 ◦ green 38 ◦ blue 68

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

Shades of Pompadour #702644

Tints of Pompadour #702644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

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

R = 51.38%
G = 17.43%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#702644 (or 0x702644) is known color: Pompadour. HEX triplet: 70, 26 and 44. RGB value is (112,38,68). Sum of RGB (Red+Green+Blue) = 112+38+68=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #702644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702644 is #8FD9BB. Grayscale: #3F3F3F. Windows color (decimal): -9427388 or 4466288. OLE color: 4466288.

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

Color convert

RGB 112 38 68 -
CMYK 0 0.66 0.39 0.56
HSL 335.68º 0.49% 0.29% -
HSV(B) 335.68º 0.66% 0.44% -
XYZ 8.42 5.25 6.04 -
YUV 63.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 112 38 68 0 0.66 0.39 0.56 335.68 0.49 0.29
Hex 70 26 44 0 42 27 38 150 31 1D
Octal 160 46 104 0 102 47 70 520 61 35
Binary 1110000 100110 1000100 0 1000010 100111 111000 101010000 110001 11101

Color Harmonies of #702644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702644

Black with #702644

Text Example


Text Example

White with #702644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702644; }

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

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

background-color css

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

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

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

border-color css

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

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

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