Html Css Color HEX #72113A Pompadour

📋 copy color: '#72113A'

red 114 ◦ green 17 ◦ blue 58

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

Shades of Pompadour #72113A

Tints of Pompadour #72113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 58 (23.05% from 255) = 30.69%

R = 60.32%
G = 8.99%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72113A (or 0x72113A) is known color: Pompadour. HEX triplet: 72, 11 and 3A. RGB value is (114,17,58). Sum of RGB (Red+Green+Blue) = 114+17+58=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #72113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72113A is #8DEEC5. Grayscale: #323232. Windows color (decimal): -9301702 or 3805554. OLE color: 3805554.

HSL color Cylindrical-coordinate representation of color #72113A: hue angle of 334.64º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72113A is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 58 -
CMYK 0 0.85 0.49 0.55
HSL 334.64º 0.74% 0.26% -
HSV(B) 334.64º 0.85% 0.45% -
XYZ 7.9 4.28 4.41 -
YUV 50.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 114 17 58 0 0.85 0.49 0.55 334.64 0.74 0.26
Hex 72 11 3A 0 55 31 37 14F 4A 1A
Octal 162 21 72 0 125 61 67 517 112 32
Binary 1110010 10001 111010 0 1010101 110001 110111 101001111 1001010 11010

Color Harmonies of #72113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72113A

Black with #72113A

Text Example


Text Example

White with #72113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72113A; }

 p { color: rgb(114,17,58); }

 H1.HeaderClassName
 {
   color: #72113A;
 }
 .AnyTagClassName
 {
   color: #72113A;
 }
</style>

background-color css

<style>
 a { background-color: #72113A; }

 a { background-color: rgb(114,17,58); }

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

border-color css

<style>
 span { border-color: #72113A; }

 span { border-color: rgb(114,17,58); }

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