Html Css Color HEX #72123D Pompadour

📋 copy color: '#72123D'

red 114 ◦ green 18 ◦ blue 61

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

Shades of Pompadour #72123D

Tints of Pompadour #72123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 59.07%
G = 9.33%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72123D (or 0x72123D) is known color: Pompadour. HEX triplet: 72, 12 and 3D. RGB value is (114,18,61). Sum of RGB (Red+Green+Blue) = 114+18+61=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72123D is #8DEDC2. Grayscale: #333333. Windows color (decimal): -9301443 or 4002418. OLE color: 4002418.

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

Color convert

RGB 114 18 61 -
CMYK 0 0.84 0.46 0.55
HSL 333.13º 0.73% 0.26% -
HSV(B) 333.13º 0.84% 0.45% -
XYZ 8 4.35 4.83 -
YUV 51.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 114 18 61 0 0.84 0.46 0.55 333.13 0.73 0.26
Hex 72 12 3D 0 54 2E 37 14D 49 1A
Octal 162 22 75 0 124 56 67 515 111 32
Binary 1110010 10010 111101 0 1010100 101110 110111 101001101 1001001 11010

Color Harmonies of #72123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72123D

Black with #72123D

Text Example


Text Example

White with #72123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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