Html Css Color HEX #71234C Pompadour

📋 copy color: '#71234C'

red 113 ◦ green 35 ◦ blue 76

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

Shades of Pompadour #71234C

Tints of Pompadour #71234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 50.45%
G = 15.63%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71234C (or 0x71234C) is known color: Pompadour. HEX triplet: 71, 23 and 4C. RGB value is (113,35,76). Sum of RGB (Red+Green+Blue) = 113+35+76=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71234C is #8EDCB3. Grayscale: #3E3E3E. Windows color (decimal): -9362612 or 4989809. OLE color: 4989809.

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

Color convert

RGB 113 35 76 -
CMYK 0 0.69 0.33 0.56
HSL 328.46º 0.53% 0.29% -
HSV(B) 328.46º 0.69% 0.44% -
XYZ 8.72 5.23 7.39 -
YUV 63 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 113 35 76 0 0.69 0.33 0.56 328.46 0.53 0.29
Hex 71 23 4C 0 45 21 38 148 35 1D
Octal 161 43 114 0 105 41 70 510 65 35
Binary 1110001 100011 1001100 0 1000101 100001 111000 101001000 110101 11101

Color Harmonies of #71234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71234C

Black with #71234C

Text Example


Text Example

White with #71234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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