Html Css Color HEX #71133D Pompadour

📋 copy color: '#71133D'

red 113 ◦ green 19 ◦ blue 61

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

Shades of Pompadour #71133D

Tints of Pompadour #71133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

 BLUE value IS 61 (24.22% from 255) = 31.61%

R = 58.55%
G = 9.84%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71133D (or 0x71133D) is known color: Pompadour. HEX triplet: 71, 13 and 3D. RGB value is (113,19,61). Sum of RGB (Red+Green+Blue) = 113+19+61=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71133D is #8EECC2. Grayscale: #333333. Windows color (decimal): -9366723 or 4002673. OLE color: 4002673.

HSL color Cylindrical-coordinate representation of color #71133D: hue angle of 333.19º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71133D is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 61 -
CMYK 0 0.83 0.46 0.56
HSL 333.19º 0.71% 0.26% -
HSV(B) 333.19º 0.83% 0.44% -
XYZ 7.89 4.31 4.83 -
YUV 51.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 113 19 61 0 0.83 0.46 0.56 333.19 0.71 0.26
Hex 71 13 3D 0 53 2E 38 14D 47 1A
Octal 161 23 75 0 123 56 70 515 107 32
Binary 1110001 10011 111101 0 1010011 101110 111000 101001101 1000111 11010

Color Harmonies of #71133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71133D

Black with #71133D

Text Example


Text Example

White with #71133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71133D; }

 p { color: rgb(113,19,61); }

 H1.HeaderClassName
 {
   color: #71133D;
 }
 .AnyTagClassName
 {
   color: #71133D;
 }
</style>

background-color css

<style>
 a { background-color: #71133D; }

 a { background-color: rgb(113,19,61); }

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

border-color css

<style>
 span { border-color: #71133D; }

 span { border-color: rgb(113,19,61); }

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