Html Css Color HEX #681D4F Pompadour

📋 copy color: '#681D4F'

red 104 ◦ green 29 ◦ blue 79

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

Shades of Pompadour #681D4F

Tints of Pompadour #681D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.68%

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

R = 49.06%
G = 13.68%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#681D4F (or 0x681D4F) is known color: Pompadour. HEX triplet: 68, 1D and 4F. RGB value is (104,29,79). Sum of RGB (Red+Green+Blue) = 104+29+79=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #681D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D4F is #97E2B0. Grayscale: #393939. Windows color (decimal): -9953969 or 5184872. OLE color: 5184872.

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

Color convert

RGB 104 29 79 -
CMYK 0 0.72 0.24 0.59
HSL 320º 0.56% 0.26% -
HSV(B) 320º 0.72% 0.41% -
XYZ 7.56 4.39 7.85 -
YUV 57.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 104 29 79 0 0.72 0.24 0.59 320 0.56 0.26
Hex 68 1D 4F 0 48 18 3B 140 38 1A
Octal 150 35 117 0 110 30 73 500 70 32
Binary 1101000 11101 1001111 0 1001000 11000 111011 101000000 111000 11010

Color Harmonies of #681D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D4F

Black with #681D4F

Text Example


Text Example

White with #681D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681D4F; }

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

 H1.HeaderClassName
 {
   color: #681D4F;
 }
 .AnyTagClassName
 {
   color: #681D4F;
 }
</style>

background-color css

<style>
 a { background-color: #681D4F; }

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

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

border-color css

<style>
 span { border-color: #681D4F; }

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

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