Html Css Color HEX #681137 Pompadour

📋 copy color: '#681137'

red 104 ◦ green 17 ◦ blue 55

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

Shades of Pompadour #681137

Tints of Pompadour #681137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.66%

 BLUE value IS 55 (21.88% from 255) = 31.25%

R = 59.09%
G = 9.66%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#681137 (or 0x681137) is known color: Pompadour. HEX triplet: 68, 11 and 37. RGB value is (104,17,55). Sum of RGB (Red+Green+Blue) = 104+17+55=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #681137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681137 is #97EEC8. Grayscale: #2F2F2F. Windows color (decimal): -9957065 or 3608936. OLE color: 3608936.

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

Color convert

RGB 104 17 55 -
CMYK 0 0.84 0.47 0.59
HSL 333.79º 0.72% 0.24% -
HSV(B) 333.79º 0.84% 0.41% -
XYZ 6.6 3.62 3.97 -
YUV 47.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 104 17 55 0 0.84 0.47 0.59 333.79 0.72 0.24
Hex 68 11 37 0 54 2F 3B 14E 48 18
Octal 150 21 67 0 124 57 73 516 110 30
Binary 1101000 10001 110111 0 1010100 101111 111011 101001110 1001000 11000

Color Harmonies of #681137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681137

Black with #681137

Text Example


Text Example

White with #681137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681137; }

 p { color: rgb(104,17,55); }

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

background-color css

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

 a { background-color: rgb(104,17,55); }

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

border-color css

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

 span { border-color: rgb(104,17,55); }

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