Html Css Color HEX #712345 Pompadour

📋 copy color: '#712345'

red 113 ◦ green 35 ◦ blue 69

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

Shades of Pompadour #712345

Tints of Pompadour #712345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.8%

R = 52.07%
G = 16.13%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#712345 (or 0x712345) is known color: Pompadour. HEX triplet: 71, 23 and 45. RGB value is (113,35,69). Sum of RGB (Red+Green+Blue) = 113+35+69=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #712345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712345 is #8EDCBA. Grayscale: #3E3E3E. Windows color (decimal): -9362619 or 4531057. OLE color: 4531057.

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

Color convert

RGB 113 35 69 -
CMYK 0 0.69 0.39 0.56
HSL 333.85º 0.53% 0.29% -
HSV(B) 333.85º 0.69% 0.44% -
XYZ 8.49 5.14 6.18 -
YUV 62.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 113 35 69 0 0.69 0.39 0.56 333.85 0.53 0.29
Hex 71 23 45 0 45 27 38 14E 35 1D
Octal 161 43 105 0 105 47 70 516 65 35
Binary 1110001 100011 1000101 0 1000101 100111 111000 101001110 110101 11101

Color Harmonies of #712345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712345

Black with #712345

Text Example


Text Example

White with #712345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712345; }

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

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

background-color css

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

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

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

border-color css

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

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

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