Html Css Color HEX #681944 Pompadour

📋 copy color: '#681944'

red 104 ◦ green 25 ◦ blue 68

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

Shades of Pompadour #681944

Tints of Pompadour #681944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

 BLUE value IS 68 (26.95% from 255) = 34.52%

R = 52.79%
G = 12.69%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#681944 (or 0x681944) is known color: Pompadour. HEX triplet: 68, 19 and 44. RGB value is (104,25,68). Sum of RGB (Red+Green+Blue) = 104+25+68=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681944 is #97E6BB. Grayscale: #353535. Windows color (decimal): -9955004 or 4462952. OLE color: 4462952.

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

Color convert

RGB 104 25 68 -
CMYK 0 0.76 0.35 0.59
HSL 327.34º 0.61% 0.25% -
HSV(B) 327.34º 0.76% 0.41% -
XYZ 7.1 4.06 5.88 -
YUV 53.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 104 25 68 0 0.76 0.35 0.59 327.34 0.61 0.25
Hex 68 19 44 0 4C 23 3B 147 3D 19
Octal 150 31 104 0 114 43 73 507 75 31
Binary 1101000 11001 1000100 0 1001100 100011 111011 101000111 111101 11001

Color Harmonies of #681944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681944

Black with #681944

Text Example


Text Example

White with #681944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681944; }

 p { color: rgb(104,25,68); }

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

background-color css

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

 a { background-color: rgb(104,25,68); }

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

border-color css

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

 span { border-color: rgb(104,25,68); }

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