Html Css Color HEX #72193D Pompadour

📋 copy color: '#72193D'

red 114 ◦ green 25 ◦ blue 61

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

Shades of Pompadour #72193D

Tints of Pompadour #72193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

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

R = 57%
G = 12.5%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72193D (or 0x72193D) is known color: Pompadour. HEX triplet: 72, 19 and 3D. RGB value is (114,25,61). Sum of RGB (Red+Green+Blue) = 114+25+61=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72193D is #8DE6C2. Grayscale: #373737. Windows color (decimal): -9299651 or 4004210. OLE color: 4004210.

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

Color convert

RGB 114 25 61 -
CMYK 0 0.78 0.46 0.55
HSL 335.73º 0.64% 0.27% -
HSV(B) 335.73º 0.78% 0.45% -
XYZ 8.13 4.61 4.88 -
YUV 55.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 114 25 61 0 0.78 0.46 0.55 335.73 0.64 0.27
Hex 72 19 3D 0 4E 2E 37 150 40 1B
Octal 162 31 75 0 116 56 67 520 100 33
Binary 1110010 11001 111101 0 1001110 101110 110111 101010000 1000000 11011

Color Harmonies of #72193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72193D

Black with #72193D

Text Example


Text Example

White with #72193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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