Html Css Color HEX #681337 Pompadour

📋 copy color: '#681337'

red 104 ◦ green 19 ◦ blue 55

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

Shades of Pompadour #681337

Tints of Pompadour #681337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 30.9%

R = 58.43%
G = 10.67%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#681337 (or 0x681337) is known color: Pompadour. HEX triplet: 68, 13 and 37. RGB value is (104,19,55). Sum of RGB (Red+Green+Blue) = 104+19+55=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681337 is #97ECC8. Grayscale: #303030. Windows color (decimal): -9956553 or 3609448. OLE color: 3609448.

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

Color convert

RGB 104 19 55 -
CMYK 0 0.82 0.47 0.59
HSL 334.59º 0.69% 0.24% -
HSV(B) 334.59º 0.82% 0.41% -
XYZ 6.63 3.68 3.98 -
YUV 48.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 104 19 55 0 0.82 0.47 0.59 334.59 0.69 0.24
Hex 68 13 37 0 52 2F 3B 14F 45 18
Octal 150 23 67 0 122 57 73 517 105 30
Binary 1101000 10011 110111 0 1010010 101111 111011 101001111 1000101 11000

Color Harmonies of #681337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681337

Black with #681337

Text Example


Text Example

White with #681337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681337; }

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

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

background-color css

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

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

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

border-color css

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

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

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