Html Css Color HEX #711C43 Pompadour

📋 copy color: '#711C43'

red 113 ◦ green 28 ◦ blue 67

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

Shades of Pompadour #711C43

Tints of Pompadour #711C43

RGB

 RED value IS 113 (44.53% from 255) = 54.33%

 GREEN value IS 28 (11.33% from 255) = 13.46%

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

R = 54.33%
G = 13.46%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#711C43 (or 0x711C43) is known color: Pompadour. HEX triplet: 71, 1C and 43. RGB value is (113,28,67). Sum of RGB (Red+Green+Blue) = 113+28+67=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #711C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C43 is #8EE3BC. Grayscale: #393939. Windows color (decimal): -9364413 or 4398193. OLE color: 4398193.

HSL color Cylindrical-coordinate representation of color #711C43: hue angle of 332.47º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C43 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 28 67 -
CMYK 0 0.75 0.41 0.56
HSL 332.47º 0.6% 0.28% -
HSV(B) 332.47º 0.75% 0.44% -
XYZ 8.24 4.75 5.79 -
YUV 57.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 113 28 67 0 0.75 0.41 0.56 332.47 0.6 0.28
Hex 71 1C 43 0 4B 29 38 14C 3C 1C
Octal 161 34 103 0 113 51 70 514 74 34
Binary 1110001 11100 1000011 0 1001011 101001 111000 101001100 111100 11100

Color Harmonies of #711C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C43

Black with #711C43

Text Example


Text Example

White with #711C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711C43; }

 p { color: rgb(113,28,67); }

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

background-color css

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

 a { background-color: rgb(113,28,67); }

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

border-color css

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

 span { border-color: rgb(113,28,67); }

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