Html Css Color HEX #681B4D Pompadour

📋 copy color: '#681B4D'

red 104 ◦ green 27 ◦ blue 77

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

Shades of Pompadour #681B4D

Tints of Pompadour #681B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.02%

R = 50%
G = 12.98%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#681B4D (or 0x681B4D) is known color: Pompadour. HEX triplet: 68, 1B and 4D. RGB value is (104,27,77). Sum of RGB (Red+Green+Blue) = 104+27+77=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #681B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681B4D is #97E4B2. Grayscale: #373737. Windows color (decimal): -9954483 or 5053288. OLE color: 5053288.

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

Color convert

RGB 104 27 77 -
CMYK 0 0.74 0.26 0.59
HSL 321.04º 0.59% 0.26% -
HSV(B) 321.04º 0.74% 0.41% -
XYZ 7.44 4.26 7.45 -
YUV 55.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 104 27 77 0 0.74 0.26 0.59 321.04 0.59 0.26
Hex 68 1B 4D 0 4A 1A 3B 141 3B 1A
Octal 150 33 115 0 112 32 73 501 73 32
Binary 1101000 11011 1001101 0 1001010 11010 111011 101000001 111011 11010

Color Harmonies of #681B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B4D

Black with #681B4D

Text Example


Text Example

White with #681B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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