Html Css Color HEX #702848 Pompadour

📋 copy color: '#702848'

red 112 ◦ green 40 ◦ blue 72

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

Shades of Pompadour #702848

Tints of Pompadour #702848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

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

R = 50%
G = 17.86%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#702848 (or 0x702848) is known color: Pompadour. HEX triplet: 70, 28 and 48. RGB value is (112,40,72). Sum of RGB (Red+Green+Blue) = 112+40+72=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #702848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702848 is #8FD7B7. Grayscale: #414141. Windows color (decimal): -9426872 or 4728944. OLE color: 4728944.

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

Color convert

RGB 112 40 72 -
CMYK 0 0.64 0.36 0.56
HSL 333.33º 0.47% 0.3% -
HSV(B) 333.33º 0.64% 0.44% -
XYZ 8.61 5.43 6.73 -
YUV 65.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 112 40 72 0 0.64 0.36 0.56 333.33 0.47 0.3
Hex 70 28 48 0 40 24 38 14D 2F 1E
Octal 160 50 110 0 100 44 70 515 57 36
Binary 1110000 101000 1001000 0 1000000 100100 111000 101001101 101111 11110

Color Harmonies of #702848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702848

Black with #702848

Text Example


Text Example

White with #702848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702848; }

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

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

background-color css

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

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

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

border-color css

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

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

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