Html Css Color HEX #71254A Pompadour

📋 copy color: '#71254A'

red 113 ◦ green 37 ◦ blue 74

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

Shades of Pompadour #71254A

Tints of Pompadour #71254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

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

R = 50.45%
G = 16.52%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71254A (or 0x71254A) is known color: Pompadour. HEX triplet: 71, 25 and 4A. RGB value is (113,37,74). Sum of RGB (Red+Green+Blue) = 113+37+74=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71254A is #8EDAB5. Grayscale: #3F3F3F. Windows color (decimal): -9362102 or 4859249. OLE color: 4859249.

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

Color convert

RGB 113 37 74 -
CMYK 0 0.67 0.35 0.56
HSL 330.79º 0.51% 0.29% -
HSV(B) 330.79º 0.67% 0.44% -
XYZ 8.71 5.33 7.05 -
YUV 63.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 113 37 74 0 0.67 0.35 0.56 330.79 0.51 0.29
Hex 71 25 4A 0 43 23 38 14B 33 1D
Octal 161 45 112 0 103 43 70 513 63 35
Binary 1110001 100101 1001010 0 1000011 100011 111000 101001011 110011 11101

Color Harmonies of #71254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71254A

Black with #71254A

Text Example


Text Example

White with #71254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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