Html Css Color HEX #681F4F Pompadour

📋 copy color: '#681F4F'

red 104 ◦ green 31 ◦ blue 79

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

Shades of Pompadour #681F4F

Tints of Pompadour #681F4F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.49%

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

R = 48.6%
G = 14.49%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#681F4F (or 0x681F4F) is known color: Pompadour. HEX triplet: 68, 1F and 4F. RGB value is (104,31,79). Sum of RGB (Red+Green+Blue) = 104+31+79=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #681F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681F4F is #97E0B0. Grayscale: #3A3A3A. Windows color (decimal): -9953457 or 5185384. OLE color: 5185384.

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

Color convert

RGB 104 31 79 -
CMYK 0 0.70 0.24 0.59
HSL 320.55º 0.54% 0.26% -
HSV(B) 320.55º 0.7% 0.41% -
XYZ 7.61 4.49 7.86 -
YUV 58.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 104 31 79 0 0.70 0.24 0.59 320.55 0.54 0.26
Hex 68 1F 4F 0 46 18 3B 141 36 1A
Octal 150 37 117 0 106 30 73 501 66 32
Binary 1101000 11111 1001111 0 1000110 11000 111011 101000001 110110 11010

Color Harmonies of #681F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F4F

Black with #681F4F

Text Example


Text Example

White with #681F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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