Html Css Color HEX #681939 Pompadour

📋 copy color: '#681939'

red 104 ◦ green 25 ◦ blue 57

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

Shades of Pompadour #681939

Tints of Pompadour #681939

RGB

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

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

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

R = 55.91%
G = 13.44%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#681939 (or 0x681939) is known color: Pompadour. HEX triplet: 68, 19 and 39. RGB value is (104,25,57). Sum of RGB (Red+Green+Blue) = 104+25+57=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #681939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681939 is #97E6C6. Grayscale: #343434. Windows color (decimal): -9955015 or 3742056. OLE color: 3742056.

HSL color Cylindrical-coordinate representation of color #681939: hue angle of 335.7º 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 #681939 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 25 57 -
CMYK 0 0.76 0.45 0.59
HSL 335.7º 0.61% 0.25% -
HSV(B) 335.7º 0.76% 0.41% -
XYZ 6.8 3.93 4.27 -
YUV 52.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 104 25 57 0 0.76 0.45 0.59 335.7 0.61 0.25
Hex 68 19 39 0 4C 2D 3B 150 3D 19
Octal 150 31 71 0 114 55 73 520 75 31
Binary 1101000 11001 111001 0 1001100 101101 111011 101010000 111101 11001

Color Harmonies of #681939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681939

Black with #681939

Text Example


Text Example

White with #681939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681939; }

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

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

background-color css

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

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

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

border-color css

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

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

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