Html Css Color HEX #681639 Pompadour

📋 copy color: '#681639'

red 104 ◦ green 22 ◦ blue 57

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

Shades of Pompadour #681639

Tints of Pompadour #681639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.02%

 BLUE value IS 57 (22.66% from 255) = 31.15%

R = 56.83%
G = 12.02%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#681639 (or 0x681639) is known color: Pompadour. HEX triplet: 68, 16 and 39. RGB value is (104,22,57). Sum of RGB (Red+Green+Blue) = 104+22+57=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #681639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681639 is #97E9C6. Grayscale: #323232. Windows color (decimal): -9955783 or 3741288. OLE color: 3741288.

HSL color Cylindrical-coordinate representation of color #681639: hue angle of 334.39º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681639 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 57 -
CMYK 0 0.79 0.45 0.59
HSL 334.39º 0.65% 0.25% -
HSV(B) 334.39º 0.79% 0.41% -
XYZ 6.73 3.81 4.25 -
YUV 50.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 104 22 57 0 0.79 0.45 0.59 334.39 0.65 0.25
Hex 68 16 39 0 4F 2D 3B 14E 41 19
Octal 150 26 71 0 117 55 73 516 101 31
Binary 1101000 10110 111001 0 1001111 101101 111011 101001110 1000001 11001

Color Harmonies of #681639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681639

Black with #681639

Text Example


Text Example

White with #681639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681639; }

 p { color: rgb(104,22,57); }

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

background-color css

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

 a { background-color: rgb(104,22,57); }

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

border-color css

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

 span { border-color: rgb(104,22,57); }

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