Html Css Color HEX #72103F Pompadour

📋 copy color: '#72103F'

red 114 ◦ green 16 ◦ blue 63

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

Shades of Pompadour #72103F

Tints of Pompadour #72103F

RGB

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

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

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

R = 59.07%
G = 8.29%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72103F (or 0x72103F) is known color: Pompadour. HEX triplet: 72, 10 and 3F. RGB value is (114,16,63). Sum of RGB (Red+Green+Blue) = 114+16+63=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72103F is #8DEFC0. Grayscale: #323232. Windows color (decimal): -9301953 or 4132978. OLE color: 4132978.

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

Color convert

RGB 114 16 63 -
CMYK 0 0.86 0.45 0.55
HSL 331.22º 0.75% 0.25% -
HSV(B) 331.22º 0.86% 0.45% -
XYZ 8.02 4.31 5.11 -
YUV 50.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 114 16 63 0 0.86 0.45 0.55 331.22 0.75 0.25
Hex 72 10 3F 0 56 2D 37 14B 4B 19
Octal 162 20 77 0 126 55 67 513 113 31
Binary 1110010 10000 111111 0 1010110 101101 110111 101001011 1001011 11001

Color Harmonies of #72103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72103F

Black with #72103F

Text Example


Text Example

White with #72103F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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