Html Css Color HEX #681B49 Pompadour

📋 copy color: '#681B49'

red 104 ◦ green 27 ◦ blue 73

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

Shades of Pompadour #681B49

Tints of Pompadour #681B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 50.98%
G = 13.24%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#681B49 (or 0x681B49) is known color: Pompadour. HEX triplet: 68, 1B and 49. RGB value is (104,27,73). Sum of RGB (Red+Green+Blue) = 104+27+73=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #681B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B49 is #97E4B6. Grayscale: #373737. Windows color (decimal): -9954487 or 4791144. OLE color: 4791144.

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

Color convert

RGB 104 27 73 -
CMYK 0 0.74 0.30 0.59
HSL 324.16º 0.59% 0.26% -
HSV(B) 324.16º 0.74% 0.41% -
XYZ 7.3 4.21 6.73 -
YUV 55.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 104 27 73 0 0.74 0.30 0.59 324.16 0.59 0.26
Hex 68 1B 49 0 4A 1E 3B 144 3B 1A
Octal 150 33 111 0 112 36 73 504 73 32
Binary 1101000 11011 1001001 0 1001010 11110 111011 101000100 111011 11010

Color Harmonies of #681B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B49

Black with #681B49

Text Example


Text Example

White with #681B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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