Html Css Color HEX #72103C Pompadour

📋 copy color: '#72103C'

red 114 ◦ green 16 ◦ blue 60

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

Shades of Pompadour #72103C

Tints of Pompadour #72103C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 60%
G = 8.42%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72103C (or 0x72103C) is known color: Pompadour. HEX triplet: 72, 10 and 3C. RGB value is (114,16,60). Sum of RGB (Red+Green+Blue) = 114+16+60=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72103C is #8DEFC3. Grayscale: #323232. Windows color (decimal): -9301956 or 3936370. OLE color: 3936370.

HSL color Cylindrical-coordinate representation of color #72103C: hue angle of 333.06º 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 #72103C is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 60 -
CMYK 0 0.86 0.47 0.55
HSL 333.06º 0.75% 0.25% -
HSV(B) 333.06º 0.86% 0.45% -
XYZ 7.94 4.27 4.68 -
YUV 50.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 114 16 60 0 0.86 0.47 0.55 333.06 0.75 0.25
Hex 72 10 3C 0 56 2F 37 14D 4B 19
Octal 162 20 74 0 126 57 67 515 113 31
Binary 1110010 10000 111100 0 1010110 101111 110111 101001101 1001011 11001

Color Harmonies of #72103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72103C

Black with #72103C

Text Example


Text Example

White with #72103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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