Html Css Color HEX #681343 Pompadour

📋 copy color: '#681343'

red 104 ◦ green 19 ◦ blue 67

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

Shades of Pompadour #681343

Tints of Pompadour #681343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.26%

R = 54.74%
G = 10%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#681343 (or 0x681343) is known color: Pompadour. HEX triplet: 68, 13 and 43. RGB value is (104,19,67). Sum of RGB (Red+Green+Blue) = 104+19+67=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #681343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681343 is #97ECBC. Grayscale: #313131. Windows color (decimal): -9956541 or 4395880. OLE color: 4395880.

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

Color convert

RGB 104 19 67 -
CMYK 0 0.82 0.36 0.59
HSL 326.12º 0.69% 0.24% -
HSV(B) 326.12º 0.82% 0.41% -
XYZ 6.95 3.81 5.68 -
YUV 49.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 104 19 67 0 0.82 0.36 0.59 326.12 0.69 0.24
Hex 68 13 43 0 52 24 3B 146 45 18
Octal 150 23 103 0 122 44 73 506 105 30
Binary 1101000 10011 1000011 0 1010010 100100 111011 101000110 1000101 11000

Color Harmonies of #681343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681343

Black with #681343

Text Example


Text Example

White with #681343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681343; }

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

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

background-color css

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

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

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

border-color css

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

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

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