Html Css Color HEX #72183A Pompadour

📋 copy color: '#72183A'

red 114 ◦ green 24 ◦ blue 58

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

Shades of Pompadour #72183A

Tints of Pompadour #72183A

RGB

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

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

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

R = 58.16%
G = 12.24%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72183A (or 0x72183A) is known color: Pompadour. HEX triplet: 72, 18 and 3A. RGB value is (114,24,58). Sum of RGB (Red+Green+Blue) = 114+24+58=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72183A is #8DE7C5. Grayscale: #363636. Windows color (decimal): -9299910 or 3807346. OLE color: 3807346.

HSL color Cylindrical-coordinate representation of color #72183A: hue angle of 337.33º 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 #72183A is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 24 58 -
CMYK 0 0.79 0.49 0.55
HSL 337.33º 0.65% 0.27% -
HSV(B) 337.33º 0.79% 0.45% -
XYZ 8.03 4.54 4.46 -
YUV 54.79 129.82 170.24 -
System Red Green Blue C M Y K H S L
Decimal 114 24 58 0 0.79 0.49 0.55 337.33 0.65 0.27
Hex 72 18 3A 0 4F 31 37 151 41 1B
Octal 162 30 72 0 117 61 67 521 101 33
Binary 1110010 11000 111010 0 1001111 110001 110111 101010001 1000001 11011

Color Harmonies of #72183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72183A

Black with #72183A

Text Example


Text Example

White with #72183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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