Html Css Color HEX #712341 Pompadour

📋 copy color: '#712341'

red 113 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #712341

Tints of Pompadour #712341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.52%

R = 53.05%
G = 16.43%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#712341 (or 0x712341) is known color: Pompadour. HEX triplet: 71, 23 and 41. RGB value is (113,35,65). Sum of RGB (Red+Green+Blue) = 113+35+65=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #712341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712341 is #8EDCBE. Grayscale: #3D3D3D. Windows color (decimal): -9362623 or 4268913. OLE color: 4268913.

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

Color convert

RGB 113 35 65 -
CMYK 0 0.69 0.42 0.56
HSL 336.92º 0.53% 0.29% -
HSV(B) 336.92º 0.69% 0.44% -
XYZ 8.37 5.09 5.54 -
YUV 61.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 113 35 65 0 0.69 0.42 0.56 336.92 0.53 0.29
Hex 71 23 41 0 45 2A 38 151 35 1D
Octal 161 43 101 0 105 52 70 521 65 35
Binary 1110001 100011 1000001 0 1000101 101010 111000 101010001 110101 11101

Color Harmonies of #712341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712341

Black with #712341

Text Example


Text Example

White with #712341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712341; }

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

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

background-color css

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

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

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

border-color css

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

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

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