Html Css Color HEX #712344 Pompadour

📋 copy color: '#712344'

red 113 ◦ green 35 ◦ blue 68

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

Shades of Pompadour #712344

Tints of Pompadour #712344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.48%

R = 52.31%
G = 16.2%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#712344 (or 0x712344) is known color: Pompadour. HEX triplet: 71, 23 and 44. RGB value is (113,35,68). Sum of RGB (Red+Green+Blue) = 113+35+68=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #712344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712344 is #8EDCBB. Grayscale: #3E3E3E. Windows color (decimal): -9362620 or 4465521. OLE color: 4465521.

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

Color convert

RGB 113 35 68 -
CMYK 0 0.69 0.40 0.56
HSL 334.62º 0.53% 0.29% -
HSV(B) 334.62º 0.69% 0.44% -
XYZ 8.45 5.13 6.01 -
YUV 62.08 131.34 164.32 -
System Red Green Blue C M Y K H S L
Decimal 113 35 68 0 0.69 0.40 0.56 334.62 0.53 0.29
Hex 71 23 44 0 45 28 38 14F 35 1D
Octal 161 43 104 0 105 50 70 517 65 35
Binary 1110001 100011 1000100 0 1000101 101000 111000 101001111 110101 11101

Color Harmonies of #712344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712344

Black with #712344

Text Example


Text Example

White with #712344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712344; }

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

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

background-color css

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

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

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

border-color css

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

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

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