Html Css Color HEX #722342 Pompadour

📋 copy color: '#722342'

red 114 ◦ green 35 ◦ blue 66

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

Shades of Pompadour #722342

Tints of Pompadour #722342

RGB

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

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

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

R = 53.02%
G = 16.28%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#722342 (or 0x722342) is known color: Pompadour. HEX triplet: 72, 23 and 42. RGB value is (114,35,66). Sum of RGB (Red+Green+Blue) = 114+35+66=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #722342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722342 is #8DDCBD. Grayscale: #3E3E3E. Windows color (decimal): -9297086 or 4334450. OLE color: 4334450.

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

Color convert

RGB 114 35 66 -
CMYK 0 0.69 0.42 0.55
HSL 336.46º 0.53% 0.29% -
HSV(B) 336.46º 0.69% 0.45% -
XYZ 8.52 5.17 5.7 -
YUV 62.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 114 35 66 0 0.69 0.42 0.55 336.46 0.53 0.29
Hex 72 23 42 0 45 2A 37 150 35 1D
Octal 162 43 102 0 105 52 67 520 65 35
Binary 1110010 100011 1000010 0 1000101 101010 110111 101010000 110101 11101

Color Harmonies of #722342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722342

Black with #722342

Text Example


Text Example

White with #722342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722342; }

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

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

background-color css

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

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

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

border-color css

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

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

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