Html Css Color HEX #700F4F Pompadour

📋 copy color: '#700F4F'

red 112 ◦ green 15 ◦ blue 79

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

Shades of Pompadour #700F4F

Tints of Pompadour #700F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.28%

 BLUE value IS 79 (31.25% from 255) = 38.35%

R = 54.37%
G = 7.28%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#700F4F (or 0x700F4F) is known color: Pompadour. HEX triplet: 70, 0F and 4F. RGB value is (112,15,79). Sum of RGB (Red+Green+Blue) = 112+15+79=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #700F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F4F is #8FF0B0. Grayscale: #333333. Windows color (decimal): -9433265 or 5181296. OLE color: 5181296.

HSL color Cylindrical-coordinate representation of color #700F4F: hue angle of 320.41º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F4F is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 15 79 -
CMYK 0 0.87 0.29 0.56
HSL 320.41º 0.76% 0.25% -
HSV(B) 320.41º 0.87% 0.44% -
XYZ 8.26 4.35 7.8 -
YUV 51.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 112 15 79 0 0.87 0.29 0.56 320.41 0.76 0.25
Hex 70 F 4F 0 57 1D 38 140 4C 19
Octal 160 17 117 0 127 35 70 500 114 31
Binary 1110000 1111 1001111 0 1010111 11101 111000 101000000 1001100 11001

Color Harmonies of #700F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F4F

Black with #700F4F

Text Example


Text Example

White with #700F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700F4F; }

 p { color: rgb(112,15,79); }

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

background-color css

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

 a { background-color: rgb(112,15,79); }

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

border-color css

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

 span { border-color: rgb(112,15,79); }

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