Html Css Color HEX #681339 Pompadour

📋 copy color: '#681339'

red 104 ◦ green 19 ◦ blue 57

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

Shades of Pompadour #681339

Tints of Pompadour #681339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

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

R = 57.78%
G = 10.56%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#681339 (or 0x681339) is known color: Pompadour. HEX triplet: 68, 13 and 39. RGB value is (104,19,57). Sum of RGB (Red+Green+Blue) = 104+19+57=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #681339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681339 is #97ECC6. Grayscale: #303030. Windows color (decimal): -9956551 or 3740520. OLE color: 3740520.

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

Color convert

RGB 104 19 57 -
CMYK 0 0.82 0.45 0.59
HSL 333.18º 0.69% 0.24% -
HSV(B) 333.18º 0.82% 0.41% -
XYZ 6.68 3.7 4.23 -
YUV 48.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 104 19 57 0 0.82 0.45 0.59 333.18 0.69 0.24
Hex 68 13 39 0 52 2D 3B 14D 45 18
Octal 150 23 71 0 122 55 73 515 105 30
Binary 1101000 10011 111001 0 1010010 101101 111011 101001101 1000101 11000

Color Harmonies of #681339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681339

Black with #681339

Text Example


Text Example

White with #681339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681339; }

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

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

background-color css

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

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

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

border-color css

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

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

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