Html Css Color HEX #702648 Pompadour

📋 copy color: '#702648'

red 112 ◦ green 38 ◦ blue 72

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

Shades of Pompadour #702648

Tints of Pompadour #702648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.43%

R = 50.45%
G = 17.12%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702648 (or 0x702648) is known color: Pompadour. HEX triplet: 70, 26 and 48. RGB value is (112,38,72). Sum of RGB (Red+Green+Blue) = 112+38+72=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #702648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702648 is #8FD9B7. Grayscale: #3F3F3F. Windows color (decimal): -9427384 or 4728432. OLE color: 4728432.

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

Color convert

RGB 112 38 72 -
CMYK 0 0.66 0.36 0.56
HSL 332.43º 0.49% 0.29% -
HSV(B) 332.43º 0.66% 0.44% -
XYZ 8.54 5.3 6.7 -
YUV 64 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 112 38 72 0 0.66 0.36 0.56 332.43 0.49 0.29
Hex 70 26 48 0 42 24 38 14C 31 1D
Octal 160 46 110 0 102 44 70 514 61 35
Binary 1110000 100110 1001000 0 1000010 100100 111000 101001100 110001 11101

Color Harmonies of #702648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702648

Black with #702648

Text Example


Text Example

White with #702648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702648; }

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

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

background-color css

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

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

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

border-color css

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

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

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