Html Css Color HEX #72163D Pompadour

📋 copy color: '#72163D'

red 114 ◦ green 22 ◦ blue 61

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

Shades of Pompadour #72163D

Tints of Pompadour #72163D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.17%

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 57.87%
G = 11.17%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72163D (or 0x72163D) is known color: Pompadour. HEX triplet: 72, 16 and 3D. RGB value is (114,22,61). Sum of RGB (Red+Green+Blue) = 114+22+61=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72163D is #8DE9C2. Grayscale: #353535. Windows color (decimal): -9300419 or 4003442. OLE color: 4003442.

HSL color Cylindrical-coordinate representation of color #72163D: hue angle of 334.57º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72163D is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 61 -
CMYK 0 0.81 0.46 0.55
HSL 334.57º 0.68% 0.27% -
HSV(B) 334.57º 0.81% 0.45% -
XYZ 8.07 4.49 4.86 -
YUV 53.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 114 22 61 0 0.81 0.46 0.55 334.57 0.68 0.27
Hex 72 16 3D 0 51 2E 37 14F 44 1B
Octal 162 26 75 0 121 56 67 517 104 33
Binary 1110010 10110 111101 0 1010001 101110 110111 101001111 1000100 11011

Color Harmonies of #72163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72163D

Black with #72163D

Text Example


Text Example

White with #72163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72163D; }

 p { color: rgb(114,22,61); }

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

background-color css

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

 a { background-color: rgb(114,22,61); }

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

border-color css

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

 span { border-color: rgb(114,22,61); }

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