Html Css Color HEX #722542 Pompadour

📋 copy color: '#722542'

red 114 ◦ green 37 ◦ blue 66

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

Shades of Pompadour #722542

Tints of Pompadour #722542

RGB

 RED value IS 114 (44.92% from 255) = 52.53%

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

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

R = 52.53%
G = 17.05%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#722542 (or 0x722542) is known color: Pompadour. HEX triplet: 72, 25 and 42. RGB value is (114,37,66). Sum of RGB (Red+Green+Blue) = 114+37+66=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #722542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722542 is #8DDABD. Grayscale: #3F3F3F. Windows color (decimal): -9296574 or 4334962. OLE color: 4334962.

HSL color Cylindrical-coordinate representation of color #722542: hue angle of 337.4º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722542 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 37 66 -
CMYK 0 0.68 0.42 0.55
HSL 337.4º 0.51% 0.3% -
HSV(B) 337.4º 0.68% 0.45% -
XYZ 8.58 5.29 5.72 -
YUV 63.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 114 37 66 0 0.68 0.42 0.55 337.4 0.51 0.3
Hex 72 25 42 0 44 2A 37 151 33 1E
Octal 162 45 102 0 104 52 67 521 63 36
Binary 1110010 100101 1000010 0 1000100 101010 110111 101010001 110011 11110

Color Harmonies of #722542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722542

Black with #722542

Text Example


Text Example

White with #722542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722542; }

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

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

background-color css

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

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

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

border-color css

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

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

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