Html Css Color HEX #72103B Pompadour

📋 copy color: '#72103B'

red 114 ◦ green 16 ◦ blue 59

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

Shades of Pompadour #72103B

Tints of Pompadour #72103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

 BLUE value IS 59 (23.44% from 255) = 31.22%

R = 60.32%
G = 8.47%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72103B (or 0x72103B) is known color: Pompadour. HEX triplet: 72, 10 and 3B. RGB value is (114,16,59). Sum of RGB (Red+Green+Blue) = 114+16+59=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #72103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72103B is #8DEFC4. Grayscale: #323232. Windows color (decimal): -9301957 or 3870834. OLE color: 3870834.

HSL color Cylindrical-coordinate representation of color #72103B: hue angle of 333.67º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72103B is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 59 -
CMYK 0 0.86 0.48 0.55
HSL 333.67º 0.75% 0.25% -
HSV(B) 333.67º 0.86% 0.45% -
XYZ 7.91 4.26 4.54 -
YUV 50.2 132.97 173.5 -
System Red Green Blue C M Y K H S L
Decimal 114 16 59 0 0.86 0.48 0.55 333.67 0.75 0.25
Hex 72 10 3B 0 56 30 37 14E 4B 19
Octal 162 20 73 0 126 60 67 516 113 31
Binary 1110010 10000 111011 0 1010110 110000 110111 101001110 1001011 11001

Color Harmonies of #72103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72103B

Black with #72103B

Text Example


Text Example

White with #72103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72103B; }

 p { color: rgb(114,16,59); }

 H1.HeaderClassName
 {
   color: #72103B;
 }
 .AnyTagClassName
 {
   color: #72103B;
 }
</style>

background-color css

<style>
 a { background-color: #72103B; }

 a { background-color: rgb(114,16,59); }

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

border-color css

<style>
 span { border-color: #72103B; }

 span { border-color: rgb(114,16,59); }

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