Html Css Color HEX #71274A Pompadour

📋 copy color: '#71274A'

red 113 ◦ green 39 ◦ blue 74

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

Shades of Pompadour #71274A

Tints of Pompadour #71274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

 BLUE value IS 74 (29.3% from 255) = 32.74%

R = 50%
G = 17.26%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71274A (or 0x71274A) is known color: Pompadour. HEX triplet: 71, 27 and 4A. RGB value is (113,39,74). Sum of RGB (Red+Green+Blue) = 113+39+74=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71274A is #8ED8B5. Grayscale: #414141. Windows color (decimal): -9361590 or 4859761. OLE color: 4859761.

HSL color Cylindrical-coordinate representation of color #71274A: hue angle of 331.62º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71274A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 74 -
CMYK 0 0.65 0.35 0.56
HSL 331.62º 0.49% 0.3% -
HSV(B) 331.62º 0.65% 0.44% -
XYZ 8.77 5.46 7.07 -
YUV 65.12 133.02 162.15 -
System Red Green Blue C M Y K H S L
Decimal 113 39 74 0 0.65 0.35 0.56 331.62 0.49 0.3
Hex 71 27 4A 0 41 23 38 14C 31 1E
Octal 161 47 112 0 101 43 70 514 61 36
Binary 1110001 100111 1001010 0 1000001 100011 111000 101001100 110001 11110

Color Harmonies of #71274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71274A

Black with #71274A

Text Example


Text Example

White with #71274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71274A; }

 p { color: rgb(113,39,74); }

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

background-color css

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

 a { background-color: rgb(113,39,74); }

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

border-color css

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

 span { border-color: rgb(113,39,74); }

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