Html Css Color HEX #712542 Pompadour

📋 copy color: '#712542'

red 113 ◦ green 37 ◦ blue 66

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

Shades of Pompadour #712542

Tints of Pompadour #712542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 52.31%
G = 17.13%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#712542 (or 0x712542) is known color: Pompadour. HEX triplet: 71, 25 and 42. RGB value is (113,37,66). Sum of RGB (Red+Green+Blue) = 113+37+66=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #712542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712542 is #8EDABD. Grayscale: #3E3E3E. Windows color (decimal): -9362110 or 4334961. OLE color: 4334961.

HSL color Cylindrical-coordinate representation of color #712542: hue angle of 337.11º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712542 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 66 -
CMYK 0 0.67 0.42 0.56
HSL 337.11º 0.51% 0.29% -
HSV(B) 337.11º 0.67% 0.44% -
XYZ 8.45 5.23 5.72 -
YUV 63.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 113 37 66 0 0.67 0.42 0.56 337.11 0.51 0.29
Hex 71 25 42 0 43 2A 38 151 33 1D
Octal 161 45 102 0 103 52 70 521 63 35
Binary 1110001 100101 1000010 0 1000011 101010 111000 101010001 110011 11101

Color Harmonies of #712542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712542

Black with #712542

Text Example


Text Example

White with #712542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712542; }

 p { color: rgb(113,37,66); }

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

background-color css

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

 a { background-color: rgb(113,37,66); }

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

border-color css

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

 span { border-color: rgb(113,37,66); }

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