Html Css Color HEX #68114D Pompadour

📋 copy color: '#68114D'

red 104 ◦ green 17 ◦ blue 77

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

Shades of Pompadour #68114D

Tints of Pompadour #68114D

RGB

 RED value IS 104 (41.02% from 255) = 52.53%

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

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 52.53%
G = 8.59%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68114D (or 0x68114D) is known color: Pompadour. HEX triplet: 68, 11 and 4D. RGB value is (104,17,77). Sum of RGB (Red+Green+Blue) = 104+17+77=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68114D is #97EEB2. Grayscale: #313131. Windows color (decimal): -9957043 or 5050728. OLE color: 5050728.

HSL color Cylindrical-coordinate representation of color #68114D: hue angle of 318.62º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68114D is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 77 -
CMYK 0 0.84 0.26 0.59
HSL 318.62º 0.72% 0.24% -
HSV(B) 318.62º 0.84% 0.41% -
XYZ 7.25 3.88 7.39 -
YUV 49.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 104 17 77 0 0.84 0.26 0.59 318.62 0.72 0.24
Hex 68 11 4D 0 54 1A 3B 13F 48 18
Octal 150 21 115 0 124 32 73 477 110 30
Binary 1101000 10001 1001101 0 1010100 11010 111011 100111111 1001000 11000

Color Harmonies of #68114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68114D

Black with #68114D

Text Example


Text Example

White with #68114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68114D; }

 p { color: rgb(104,17,77); }

 H1.HeaderClassName
 {
   color: #68114D;
 }
 .AnyTagClassName
 {
   color: #68114D;
 }
</style>

background-color css

<style>
 a { background-color: #68114D; }

 a { background-color: rgb(104,17,77); }

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

border-color css

<style>
 span { border-color: #68114D; }

 span { border-color: rgb(104,17,77); }

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