Html Css Color HEX #681A47 Pompadour

📋 copy color: '#681A47'

red 104 ◦ green 26 ◦ blue 71

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

Shades of Pompadour #681A47

Tints of Pompadour #681A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 51.74%
G = 12.94%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#681A47 (or 0x681A47) is known color: Pompadour. HEX triplet: 68, 1A and 47. RGB value is (104,26,71). Sum of RGB (Red+Green+Blue) = 104+26+71=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #681A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A47 is #97E5B8. Grayscale: #363636. Windows color (decimal): -9954745 or 4659816. OLE color: 4659816.

HSL color Cylindrical-coordinate representation of color #681A47: hue angle of 325.38º 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 #681A47 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 71 -
CMYK 0 0.75 0.32 0.59
HSL 325.38º 0.6% 0.25% -
HSV(B) 325.38º 0.75% 0.41% -
XYZ 7.22 4.14 6.38 -
YUV 54.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 104 26 71 0 0.75 0.32 0.59 325.38 0.6 0.25
Hex 68 1A 47 0 4B 20 3B 145 3C 19
Octal 150 32 107 0 113 40 73 505 74 31
Binary 1101000 11010 1000111 0 1001011 100000 111011 101000101 111100 11001

Color Harmonies of #681A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A47

Black with #681A47

Text Example


Text Example

White with #681A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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