Html Css Color HEX #71274B Pompadour

📋 copy color: '#71274B'

red 113 ◦ green 39 ◦ blue 75

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

Shades of Pompadour #71274B

Tints of Pompadour #71274B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 49.78%
G = 17.18%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71274B (or 0x71274B) is known color: Pompadour. HEX triplet: 71, 27 and 4B. RGB value is (113,39,75). Sum of RGB (Red+Green+Blue) = 113+39+75=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71274B is #8ED8B4. Grayscale: #414141. Windows color (decimal): -9361589 or 4925297. OLE color: 4925297.

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

Color convert

RGB 113 39 75 -
CMYK 0 0.65 0.34 0.56
HSL 330.81º 0.49% 0.3% -
HSV(B) 330.81º 0.65% 0.44% -
XYZ 8.81 5.47 7.25 -
YUV 65.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 113 39 75 0 0.65 0.34 0.56 330.81 0.49 0.3
Hex 71 27 4B 0 41 22 38 14B 31 1E
Octal 161 47 113 0 101 42 70 513 61 36
Binary 1110001 100111 1001011 0 1000001 100010 111000 101001011 110001 11110

Color Harmonies of #71274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71274B

Black with #71274B

Text Example


Text Example

White with #71274B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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