Html Css Color HEX #701F3F Pompadour

📋 copy color: '#701F3F'

red 112 ◦ green 31 ◦ blue 63

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

Shades of Pompadour #701F3F

Tints of Pompadour #701F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.05%

 BLUE value IS 63 (25% from 255) = 30.58%

R = 54.37%
G = 15.05%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#701F3F (or 0x701F3F) is known color: Pompadour. HEX triplet: 70, 1F and 3F. RGB value is (112,31,63). Sum of RGB (Red+Green+Blue) = 112+31+63=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #701F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F3F is #8FE0C0. Grayscale: #3A3A3A. Windows color (decimal): -9429185 or 4136816. OLE color: 4136816.

HSL color Cylindrical-coordinate representation of color #701F3F: hue angle of 336.3º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F3F is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 63 -
CMYK 0 0.72 0.44 0.56
HSL 336.3º 0.57% 0.28% -
HSV(B) 336.3º 0.72% 0.44% -
XYZ 8.07 4.78 5.2 -
YUV 58.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 112 31 63 0 0.72 0.44 0.56 336.3 0.57 0.28
Hex 70 1F 3F 0 48 2C 38 150 39 1C
Octal 160 37 77 0 110 54 70 520 71 34
Binary 1110000 11111 111111 0 1001000 101100 111000 101010000 111001 11100

Color Harmonies of #701F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F3F

Black with #701F3F

Text Example


Text Example

White with #701F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701F3F; }

 p { color: rgb(112,31,63); }

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

background-color css

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

 a { background-color: rgb(112,31,63); }

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

border-color css

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

 span { border-color: rgb(112,31,63); }

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