Html Css Color HEX #72123F Pompadour

📋 copy color: '#72123F'

red 114 ◦ green 18 ◦ blue 63

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

Shades of Pompadour #72123F

Tints of Pompadour #72123F

RGB

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

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

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

R = 58.46%
G = 9.23%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72123F (or 0x72123F) is known color: Pompadour. HEX triplet: 72, 12 and 3F. RGB value is (114,18,63). Sum of RGB (Red+Green+Blue) = 114+18+63=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72123F is #8DEDC0. Grayscale: #333333. Windows color (decimal): -9301441 or 4133490. OLE color: 4133490.

HSL color Cylindrical-coordinate representation of color #72123F: hue angle of 331.88º 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 #72123F is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 63 -
CMYK 0 0.84 0.45 0.55
HSL 331.88º 0.73% 0.26% -
HSV(B) 331.88º 0.84% 0.45% -
XYZ 8.05 4.37 5.12 -
YUV 51.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 114 18 63 0 0.84 0.45 0.55 331.88 0.73 0.26
Hex 72 12 3F 0 54 2D 37 14C 49 1A
Octal 162 22 77 0 124 55 67 514 111 32
Binary 1110010 10010 111111 0 1010100 101101 110111 101001100 1001001 11010

Color Harmonies of #72123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72123F

Black with #72123F

Text Example


Text Example

White with #72123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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