Html Css Color HEX #71234B Pompadour

📋 copy color: '#71234B'

red 113 ◦ green 35 ◦ blue 75

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

Shades of Pompadour #71234B

Tints of Pompadour #71234B

RGB

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

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

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

R = 50.67%
G = 15.7%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#71234B (or 0x71234B) is known color: Pompadour. HEX triplet: 71, 23 and 4B. RGB value is (113,35,75). Sum of RGB (Red+Green+Blue) = 113+35+75=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71234B is #8EDCB4. Grayscale: #3E3E3E. Windows color (decimal): -9362613 or 4924273. OLE color: 4924273.

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

Color convert

RGB 113 35 75 -
CMYK 0 0.69 0.34 0.56
HSL 329.23º 0.53% 0.29% -
HSV(B) 329.23º 0.69% 0.44% -
XYZ 8.68 5.22 7.21 -
YUV 62.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 113 35 75 0 0.69 0.34 0.56 329.23 0.53 0.29
Hex 71 23 4B 0 45 22 38 149 35 1D
Octal 161 43 113 0 105 42 70 511 65 35
Binary 1110001 100011 1001011 0 1000101 100010 111000 101001001 110101 11101

Color Harmonies of #71234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71234B

Black with #71234B

Text Example


Text Example

White with #71234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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