Html Css Color HEX #681B47 Pompadour

📋 copy color: '#681B47'

red 104 ◦ green 27 ◦ blue 71

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

Shades of Pompadour #681B47

Tints of Pompadour #681B47

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.37%

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

R = 51.49%
G = 13.37%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#681B47 (or 0x681B47) is known color: Pompadour. HEX triplet: 68, 1B and 47. RGB value is (104,27,71). Sum of RGB (Red+Green+Blue) = 104+27+71=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #681B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B47 is #97E4B8. Grayscale: #363636. Windows color (decimal): -9954489 or 4660072. OLE color: 4660072.

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

Color convert

RGB 104 27 71 -
CMYK 0 0.74 0.32 0.59
HSL 325.71º 0.59% 0.26% -
HSV(B) 325.71º 0.74% 0.41% -
XYZ 7.24 4.18 6.39 -
YUV 55.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 104 27 71 0 0.74 0.32 0.59 325.71 0.59 0.26
Hex 68 1B 47 0 4A 20 3B 146 3B 1A
Octal 150 33 107 0 112 40 73 506 73 32
Binary 1101000 11011 1000111 0 1001010 100000 111011 101000110 111011 11010

Color Harmonies of #681B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B47

Black with #681B47

Text Example


Text Example

White with #681B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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