Html Css Color HEX #701541 Pompadour

📋 copy color: '#701541'

red 112 ◦ green 21 ◦ blue 65

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

Shades of Pompadour #701541

Tints of Pompadour #701541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 56.57%
G = 10.61%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#701541 (or 0x701541) is known color: Pompadour. HEX triplet: 70, 15 and 41. RGB value is (112,21,65). Sum of RGB (Red+Green+Blue) = 112+21+65=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #701541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701541 is #8FEABE. Grayscale: #353535. Windows color (decimal): -9431743 or 4265328. OLE color: 4265328.

HSL color Cylindrical-coordinate representation of color #701541: hue angle of 330.99º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701541 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 65 -
CMYK 0 0.81 0.42 0.56
HSL 330.99º 0.68% 0.26% -
HSV(B) 330.99º 0.81% 0.44% -
XYZ 7.9 4.36 5.43 -
YUV 53.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 112 21 65 0 0.81 0.42 0.56 330.99 0.68 0.26
Hex 70 15 41 0 51 2A 38 14B 44 1A
Octal 160 25 101 0 121 52 70 513 104 32
Binary 1110000 10101 1000001 0 1010001 101010 111000 101001011 1000100 11010

Color Harmonies of #701541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701541

Black with #701541

Text Example


Text Example

White with #701541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701541; }

 p { color: rgb(112,21,65); }

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

background-color css

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

 a { background-color: rgb(112,21,65); }

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

border-color css

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

 span { border-color: rgb(112,21,65); }

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