Html Css Color HEX #71234F Pompadour

📋 copy color: '#71234F'

red 113 ◦ green 35 ◦ blue 79

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

Shades of Pompadour #71234F

Tints of Pompadour #71234F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 49.78%
G = 15.42%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71234F (or 0x71234F) is known color: Pompadour. HEX triplet: 71, 23 and 4F. RGB value is (113,35,79). Sum of RGB (Red+Green+Blue) = 113+35+79=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71234F is #8EDCB0. Grayscale: #3F3F3F. Windows color (decimal): -9362609 or 5186417. OLE color: 5186417.

HSL color Cylindrical-coordinate representation of color #71234F: hue angle of 326.15º 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 #71234F is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 79 -
CMYK 0 0.69 0.30 0.56
HSL 326.15º 0.53% 0.29% -
HSV(B) 326.15º 0.69% 0.44% -
XYZ 8.82 5.28 7.95 -
YUV 63.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 113 35 79 0 0.69 0.30 0.56 326.15 0.53 0.29
Hex 71 23 4F 0 45 1E 38 146 35 1D
Octal 161 43 117 0 105 36 70 506 65 35
Binary 1110001 100011 1001111 0 1000101 11110 111000 101000110 110101 11101

Color Harmonies of #71234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71234F

Black with #71234F

Text Example


Text Example

White with #71234F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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