Html Css Color HEX #701A4B Pompadour

📋 copy color: '#701A4B'

red 112 ◦ green 26 ◦ blue 75

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

Shades of Pompadour #701A4B

Tints of Pompadour #701A4B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.21%

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 52.58%
G = 12.21%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#701A4B (or 0x701A4B) is known color: Pompadour. HEX triplet: 70, 1A and 4B. RGB value is (112,26,75). Sum of RGB (Red+Green+Blue) = 112+26+75=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #701A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A4B is #8FE5B4. Grayscale: #393939. Windows color (decimal): -9430453 or 4921968. OLE color: 4921968.

HSL color Cylindrical-coordinate representation of color #701A4B: hue angle of 325.81º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A4B is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 26 75 -
CMYK 0 0.77 0.33 0.56
HSL 325.81º 0.62% 0.27% -
HSV(B) 325.81º 0.77% 0.44% -
XYZ 8.32 4.69 7.12 -
YUV 57.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 112 26 75 0 0.77 0.33 0.56 325.81 0.62 0.27
Hex 70 1A 4B 0 4D 21 38 146 3E 1B
Octal 160 32 113 0 115 41 70 506 76 33
Binary 1110000 11010 1001011 0 1001101 100001 111000 101000110 111110 11011

Color Harmonies of #701A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A4B

Black with #701A4B

Text Example


Text Example

White with #701A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,75); }

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

background-color css

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

 a { background-color: rgb(112,26,75); }

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

border-color css

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

 span { border-color: rgb(112,26,75); }

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