Html Css Color HEX #71234A Pompadour

📋 copy color: '#71234A'

red 113 ◦ green 35 ◦ blue 74

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

Shades of Pompadour #71234A

Tints of Pompadour #71234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

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

R = 50.9%
G = 15.77%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71234A (or 0x71234A) is known color: Pompadour. HEX triplet: 71, 23 and 4A. RGB value is (113,35,74). Sum of RGB (Red+Green+Blue) = 113+35+74=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71234A is #8EDCB5. Grayscale: #3E3E3E. Windows color (decimal): -9362614 or 4858737. OLE color: 4858737.

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

Color convert

RGB 113 35 74 -
CMYK 0 0.69 0.35 0.56
HSL 330º 0.53% 0.29% -
HSV(B) 330º 0.69% 0.44% -
XYZ 8.65 5.21 7.03 -
YUV 62.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 113 35 74 0 0.69 0.35 0.56 330 0.53 0.29
Hex 71 23 4A 0 45 23 38 14A 35 1D
Octal 161 43 112 0 105 43 70 512 65 35
Binary 1110001 100011 1001010 0 1000101 100011 111000 101001010 110101 11101

Color Harmonies of #71234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71234A

Black with #71234A

Text Example


Text Example

White with #71234A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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