Html Css Color HEX #701643 Pompadour

📋 copy color: '#701643'

red 112 ◦ green 22 ◦ blue 67

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

Shades of Pompadour #701643

Tints of Pompadour #701643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

 BLUE value IS 67 (26.56% from 255) = 33.33%

R = 55.72%
G = 10.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#701643 (or 0x701643) is known color: Pompadour. HEX triplet: 70, 16 and 43. RGB value is (112,22,67). Sum of RGB (Red+Green+Blue) = 112+22+67=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #701643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701643 is #8FE9BC. Grayscale: #353535. Windows color (decimal): -9431485 or 4396656. OLE color: 4396656.

HSL color Cylindrical-coordinate representation of color #701643: hue angle of 330º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701643 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 67 -
CMYK 0 0.80 0.40 0.56
HSL 330º 0.67% 0.26% -
HSV(B) 330º 0.8% 0.44% -
XYZ 7.98 4.42 5.74 -
YUV 54.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 112 22 67 0 0.80 0.40 0.56 330 0.67 0.26
Hex 70 16 43 0 50 28 38 14A 43 1A
Octal 160 26 103 0 120 50 70 512 103 32
Binary 1110000 10110 1000011 0 1010000 101000 111000 101001010 1000011 11010

Color Harmonies of #701643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701643

Black with #701643

Text Example


Text Example

White with #701643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701643; }

 p { color: rgb(112,22,67); }

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

background-color css

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

 a { background-color: rgb(112,22,67); }

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

border-color css

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

 span { border-color: rgb(112,22,67); }

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