Html Css Color HEX #68114F Pompadour

📋 copy color: '#68114F'

red 104 ◦ green 17 ◦ blue 79

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

Shades of Pompadour #68114F

Tints of Pompadour #68114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 52%
G = 8.5%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68114F (or 0x68114F) is known color: Pompadour. HEX triplet: 68, 11 and 4F. RGB value is (104,17,79). Sum of RGB (Red+Green+Blue) = 104+17+79=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68114F is #97EEB0. Grayscale: #313131. Windows color (decimal): -9957041 or 5181800. OLE color: 5181800.

HSL color Cylindrical-coordinate representation of color #68114F: hue angle of 317.24º 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 #68114F is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 79 -
CMYK 0 0.84 0.24 0.59
HSL 317.24º 0.72% 0.24% -
HSV(B) 317.24º 0.84% 0.41% -
XYZ 7.32 3.91 7.77 -
YUV 50.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 104 17 79 0 0.84 0.24 0.59 317.24 0.72 0.24
Hex 68 11 4F 0 54 18 3B 13D 48 18
Octal 150 21 117 0 124 30 73 475 110 30
Binary 1101000 10001 1001111 0 1010100 11000 111011 100111101 1001000 11000

Color Harmonies of #68114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68114F

Black with #68114F

Text Example


Text Example

White with #68114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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