Html Css Color HEX #71274C Pompadour

📋 copy color: '#71274C'

red 113 ◦ green 39 ◦ blue 76

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

Shades of Pompadour #71274C

Tints of Pompadour #71274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.33%

R = 49.56%
G = 17.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71274C (or 0x71274C) is known color: Pompadour. HEX triplet: 71, 27 and 4C. RGB value is (113,39,76). Sum of RGB (Red+Green+Blue) = 113+39+76=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71274C is #8ED8B3. Grayscale: #414141. Windows color (decimal): -9361588 or 4990833. OLE color: 4990833.

HSL color Cylindrical-coordinate representation of color #71274C: hue angle of 330º 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 #71274C is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 76 -
CMYK 0 0.65 0.33 0.56
HSL 330º 0.49% 0.3% -
HSV(B) 330º 0.65% 0.44% -
XYZ 8.84 5.48 7.43 -
YUV 65.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 113 39 76 0 0.65 0.33 0.56 330 0.49 0.3
Hex 71 27 4C 0 41 21 38 14A 31 1E
Octal 161 47 114 0 101 41 70 512 61 36
Binary 1110001 100111 1001100 0 1000001 100001 111000 101001010 110001 11110

Color Harmonies of #71274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71274C

Black with #71274C

Text Example


Text Example

White with #71274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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