Html Css Color HEX #71124B Pompadour

📋 copy color: '#71124B'

red 113 ◦ green 18 ◦ blue 75

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

Shades of Pompadour #71124B

Tints of Pompadour #71124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 54.85%
G = 8.74%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71124B (or 0x71124B) is known color: Pompadour. HEX triplet: 71, 12 and 4B. RGB value is (113,18,75). Sum of RGB (Red+Green+Blue) = 113+18+75=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71124B is #8EEDB4. Grayscale: #343434. Windows color (decimal): -9366965 or 4919921. OLE color: 4919921.

HSL color Cylindrical-coordinate representation of color #71124B: hue angle of 324º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71124B is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 75 -
CMYK 0 0.84 0.34 0.56
HSL 324º 0.73% 0.26% -
HSV(B) 324º 0.84% 0.44% -
XYZ 8.3 4.45 7.08 -
YUV 52.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 113 18 75 0 0.84 0.34 0.56 324 0.73 0.26
Hex 71 12 4B 0 54 22 38 144 49 1A
Octal 161 22 113 0 124 42 70 504 111 32
Binary 1110001 10010 1001011 0 1010100 100010 111000 101000100 1001001 11010

Color Harmonies of #71124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71124B

Black with #71124B

Text Example


Text Example

White with #71124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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