Html Css Color HEX #72183F Pompadour

📋 copy color: '#72183F'

red 114 ◦ green 24 ◦ blue 63

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

Shades of Pompadour #72183F

Tints of Pompadour #72183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

 BLUE value IS 63 (25% from 255) = 31.34%

R = 56.72%
G = 11.94%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72183F (or 0x72183F) is known color: Pompadour. HEX triplet: 72, 18 and 3F. RGB value is (114,24,63). Sum of RGB (Red+Green+Blue) = 114+24+63=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #72183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72183F is #8DE7C0. Grayscale: #373737. Windows color (decimal): -9299905 or 4135026. OLE color: 4135026.

HSL color Cylindrical-coordinate representation of color #72183F: hue angle of 334º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72183F is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 24 63 -
CMYK 0 0.79 0.45 0.55
HSL 334º 0.65% 0.27% -
HSV(B) 334º 0.79% 0.45% -
XYZ 8.16 4.59 5.16 -
YUV 55.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 114 24 63 0 0.79 0.45 0.55 334 0.65 0.27
Hex 72 18 3F 0 4F 2D 37 14E 41 1B
Octal 162 30 77 0 117 55 67 516 101 33
Binary 1110010 11000 111111 0 1001111 101101 110111 101001110 1000001 11011

Color Harmonies of #72183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72183F

Black with #72183F

Text Example


Text Example

White with #72183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72183F; }

 p { color: rgb(114,24,63); }

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

background-color css

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

 a { background-color: rgb(114,24,63); }

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

border-color css

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

 span { border-color: rgb(114,24,63); }

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