Html Css Color HEX #681A4F Pompadour

📋 copy color: '#681A4F'

red 104 ◦ green 26 ◦ blue 79

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

Shades of Pompadour #681A4F

Tints of Pompadour #681A4F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.44%

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

R = 49.76%
G = 12.44%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#681A4F (or 0x681A4F) is known color: Pompadour. HEX triplet: 68, 1A and 4F. RGB value is (104,26,79). Sum of RGB (Red+Green+Blue) = 104+26+79=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #681A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A4F is #97E5B0. Grayscale: #373737. Windows color (decimal): -9954737 or 5184104. OLE color: 5184104.

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

Color convert

RGB 104 26 79 -
CMYK 0 0.75 0.24 0.59
HSL 319.23º 0.6% 0.25% -
HSV(B) 319.23º 0.75% 0.41% -
XYZ 7.49 4.25 7.82 -
YUV 55.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 104 26 79 0 0.75 0.24 0.59 319.23 0.6 0.25
Hex 68 1A 4F 0 4B 18 3B 13F 3C 19
Octal 150 32 117 0 113 30 73 477 74 31
Binary 1101000 11010 1001111 0 1001011 11000 111011 100111111 111100 11001

Color Harmonies of #681A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A4F

Black with #681A4F

Text Example


Text Example

White with #681A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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