Html Css Color HEX #71143C Pompadour

📋 copy color: '#71143C'

red 113 ◦ green 20 ◦ blue 60

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

Shades of Pompadour #71143C

Tints of Pompadour #71143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.36%

 BLUE value IS 60 (23.83% from 255) = 31.09%

R = 58.55%
G = 10.36%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71143C (or 0x71143C) is known color: Pompadour. HEX triplet: 71, 14 and 3C. RGB value is (113,20,60). Sum of RGB (Red+Green+Blue) = 113+20+60=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71143C is #8EEBC3. Grayscale: #343434. Windows color (decimal): -9366468 or 3937393. OLE color: 3937393.

HSL color Cylindrical-coordinate representation of color #71143C: hue angle of 334.19º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71143C is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 60 -
CMYK 0 0.82 0.47 0.56
HSL 334.19º 0.7% 0.26% -
HSV(B) 334.19º 0.82% 0.44% -
XYZ 7.88 4.34 4.7 -
YUV 52.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 113 20 60 0 0.82 0.47 0.56 334.19 0.7 0.26
Hex 71 14 3C 0 52 2F 38 14E 46 1A
Octal 161 24 74 0 122 57 70 516 106 32
Binary 1110001 10100 111100 0 1010010 101111 111000 101001110 1000110 11010

Color Harmonies of #71143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71143C

Black with #71143C

Text Example


Text Example

White with #71143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71143C; }

 p { color: rgb(113,20,60); }

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

background-color css

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

 a { background-color: rgb(113,20,60); }

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

border-color css

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

 span { border-color: rgb(113,20,60); }

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