Html Css Color HEX #681437 Pompadour

📋 copy color: '#681437'

red 104 ◦ green 20 ◦ blue 55

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

Shades of Pompadour #681437

Tints of Pompadour #681437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.17%

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

R = 58.1%
G = 11.17%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#681437 (or 0x681437) is known color: Pompadour. HEX triplet: 68, 14 and 37. RGB value is (104,20,55). Sum of RGB (Red+Green+Blue) = 104+20+55=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #681437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681437 is #97EBC8. Grayscale: #313131. Windows color (decimal): -9956297 or 3609704. OLE color: 3609704.

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

Color convert

RGB 104 20 55 -
CMYK 0 0.81 0.47 0.59
HSL 335º 0.68% 0.24% -
HSV(B) 335º 0.81% 0.41% -
XYZ 6.65 3.72 3.98 -
YUV 49.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 104 20 55 0 0.81 0.47 0.59 335 0.68 0.24
Hex 68 14 37 0 51 2F 3B 14F 44 18
Octal 150 24 67 0 121 57 73 517 104 30
Binary 1101000 10100 110111 0 1010001 101111 111011 101001111 1000100 11000

Color Harmonies of #681437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681437

Black with #681437

Text Example


Text Example

White with #681437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681437; }

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

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

background-color css

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

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

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

border-color css

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

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

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