Html Css Color HEX #72163E Pompadour

📋 copy color: '#72163E'

red 114 ◦ green 22 ◦ blue 62

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

Shades of Pompadour #72163E

Tints of Pompadour #72163E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.31%

R = 57.58%
G = 11.11%
B = 31.31%

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

#72163E (or 0x72163E) is known color: Pompadour. HEX triplet: 72, 16 and 3E. RGB value is (114,22,62). Sum of RGB (Red+Green+Blue) = 114+22+62=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72163E is #8DE9C1. Grayscale: #353535. Windows color (decimal): -9300418 or 4068978. OLE color: 4068978.

HSL color Cylindrical-coordinate representation of color #72163E: hue angle of 333.91º 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 #72163E is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 62 -
CMYK 0 0.81 0.46 0.55
HSL 333.91º 0.68% 0.27% -
HSV(B) 333.91º 0.81% 0.45% -
XYZ 8.1 4.5 5 -
YUV 54.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 114 22 62 0 0.81 0.46 0.55 333.91 0.68 0.27
Hex 72 16 3E 0 51 2E 37 14E 44 1B
Octal 162 26 76 0 121 56 67 516 104 33
Binary 1110010 10110 111110 0 1010001 101110 110111 101001110 1000100 11011

Color Harmonies of #72163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72163E

Black with #72163E

Text Example


Text Example

White with #72163E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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